Version 9.4.0
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
, andSelectManyAsync
onResult
andResult<T>
types. - Adds extension methods to bind
MatchAsync
,SelectAsync
andSelectManyAsync
methods into async workflows. - Adds extension methods for
Random
allowing a random element of aReadOnlyList<T>
to be obtained.