Releases: Necas209/DotNetExtensions
Releases · Necas209/DotNetExtensions
DotNetExtensions 5.11.4: Supports latest MSTest SDK
DotNetExtensions 5.11.2: New math-related extension methods
- Added new extensions methods for applying arithmetic and bitwise operations to numerical sequences
- Improved unit test reliability by relying on the new Testing Platform and added missing package reference
Full Changelog: 5.8.1...5.11.2
DotNetExtensions 5.8.1: New extension methods
- Added a new extension method for
System.Drawing.Point - Fixed issue with missing package in Unit Tests
Full Changelog: 5.6.0...5.8.1
DotNetExtensions 5.6.0: Now supports .NET 10
Full Changelog: 5.4.0...5.6.0
DotNetExtensions 5.4.0: New extension methods and improved performance!
- New extension methods:
SkipAtOrDefault - Improved performance for multiple
EnumerableExtensions
Full Changelog: 5.2.0...5.4.0
DotNetExtensions 5.2.0: Improved docs
- Improved documentation
Combinationsnow returns an enumerable ofList<T>, instead ofIEnumerable<T>
Full Changelog: 5.0.0...5.2.0
DotNetExtensions 5.0.0: Better package code structure!
What's Changed
- Add qodana CI checks by @qodana-cloud in #3
New Contributors
- @qodana-cloud made their first contribution in #3
Full Changelog: 3.0.2...5.0.0
DotNetExtensions 3.0.2: Now with Full Test Coverage!
What's Changed
- Fix code scanning alert - Workflow does not contain permissions by @Necas209 in #2
- Fixed overflow bug with
NumberOfDigits - Full test coverage
New Contributors
Full Changelog: 2.2.0...3.0.2
DotNetExtensions 2.2.0: New 'Accumulator' Class
New Accumulator class to make easier operations involving accumulating numerical values, such as computing the minimum and maximum values, or the total sum.
Full Changelog: 2.1.0...2.2.0
DotNetExtensions 2.1.0: Dictionary Extensions!
- New extension methods added for more performant operations with regular dictionaries
Full Changelog: 2.0.0...2.1.0