Skip to content

Releases: Necas209/DotNetExtensions

DotNetExtensions 5.11.4: Supports latest MSTest SDK

25 Feb 09:23

Choose a tag to compare

DotNetExtensions 5.11.2: New math-related extension methods

31 Dec 01:09

Choose a tag to compare

  • 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

05 Dec 22:47

Choose a tag to compare

  • 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

15 Nov 18:16

Choose a tag to compare

DotNetExtensions 5.4.0: New extension methods and improved performance!

05 Jun 00:48

Choose a tag to compare

  • New extension methods: SkipAtOrDefault
  • Improved performance for multiple EnumerableExtensions

Full Changelog: 5.2.0...5.4.0

DotNetExtensions 5.2.0: Improved docs

27 Apr 18:37

Choose a tag to compare

  • Improved documentation
  • Combinations now returns an enumerable of List<T>, instead of IEnumerable<T>

Full Changelog: 5.0.0...5.2.0

DotNetExtensions 5.0.0: Better package code structure!

08 Mar 02:21

Choose a tag to compare

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!

12 Feb 01:08

Choose a tag to compare

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

27 Jan 00:43

Choose a tag to compare

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!

22 Jan 01:31
2b94acb

Choose a tag to compare

  • New extension methods added for more performant operations with regular dictionaries

Full Changelog: 2.0.0...2.1.0