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, andSelectManyAsynconResultandResult<T>types. - Adds extension methods to bind
MatchAsync,SelectAsyncandSelectManyAsyncmethods into async workflows. - Adds extension methods for
Randomallowing a random element of aReadOnlyList<T>to be obtained.