New
4.4.0
What's New 📣
- Generic versions of
Sequencefor any number type by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/893:public static IEnumerable<T> Sequence<T>(T start) where T : INumber<T>, IMinMaxValue<T> public static IEnumerable<T> Sequence<T>(T start, T stop) where T : INumber<T> public static IEnumerable<T> Sequence<T>(T start, T stop, T step) where T : INumber<T> SkipLastWhileextension by @ArmoryNode in https://github.com/morelinq/MoreLINQ/pull/1085
What's Changed 🗒️
- Update all tools to their latest versions by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1076
- Drop CI build matrix & testing on macOS images by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1078
- Drop conditional testing on Mono by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1081
- Simplify internal implementation details of
EndsWithby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1082 - Fix NUnit warnings NUnit1029 & NUnit1030 by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1088
- Update NUnit packages to their latest versions by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1089
- Use collection expressions in tests by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1090
- Update .NET SDK to 9, including dependencies by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1091
- Hide
CountByin .NET 9+ by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1092 - Allow use of C# 13 by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/1094
New Contributors 👋🏽
- @ArmoryNode made their first contribution in https://github.com/morelinq/MoreLINQ/pull/1085
See Also ℹ️
- 4.4.0 milestone for changes in this release
- Commit history since 4.3.0