Skip to content

Version 9.4.0

Compare
Choose a tag to compare
@MrMatthewLayton MrMatthewLayton released this 18 Aug 22:25
· 13 commits to main since this release

ONIXLabs .NET Library 9.4.0

We are excited to announce the release of ONIXLabs .NET Library version 9.4.0, now available on NuGet. This version includes new features and associated unit tests.

Core Updates

  • Adds a comprehensive suite of overloads for MatchAsync, SelectAsync, and SelectManyAsync on Result and Result<T> types.
  • Adds extension methods to bind MatchAsync, SelectAsync and SelectManyAsync methods into async workflows.
  • Adds extension methods for Random allowing a random element of a ReadOnlyList<T> to be obtained.