Skip to content

Version 11.3.0

Latest
Compare
Choose a tag to compare
@MrMatthewLayton MrMatthewLayton released this 14 Jan 15:59
· 1 commit to main since this release

ONIXLabs DotNET Library 11.3.0

We are excited to announce the release of ONIXLabs .NET Library version 11.3.0, now available on NuGet.

Core Updates

The core package now includes an implementation of the Specification pattern:

  • Specification<T> represents the base class for implementing specifications.
  • CriteriaSpecification<T> represents a specification that wraps Expression<Func<T, bool>>.

The implementation also includes logical specifications for AND, OR and NOT operations.