What's New π£
- Generic versions of
Sequence
for any number type by @atifaziz in #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>
SkipLastWhile
extension by @ArmoryNode in #1085
What's Changed ποΈ
- Update all tools to their latest versions by @atifaziz in #1076
- Drop CI build matrix & testing on macOS images by @atifaziz in #1078
- Drop conditional testing on Mono by @atifaziz in #1081
- Simplify internal implementation details of
EndsWith
by @atifaziz in #1082 - Fix NUnit warnings NUnit1029 & NUnit1030 by @atifaziz in #1088
- Update NUnit packages to their latest versions by @atifaziz in #1089
- Use collection expressions in tests by @atifaziz in #1090
- Update .NET SDK to 9, including dependencies by @atifaziz in #1091
- Hide
CountBy
in .NET 9+ by @atifaziz in #1092 - Allow use of C# 13 by @atifaziz in #1094
New Contributors ππ½
- @ArmoryNode made their first contribution in #1085
See Also βΉοΈ
- 4.4.0 milestone for changes in this release
- Commit history since 4.3.0