Info
Version: | 1.2.0 |
Author(s): | Joao Oliveira |
Last Update: | Monday, July 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/miholler/NSpecifications |
NuGet Url: | https://www.nuget.org/packages/NSpecifications |
Install
Install-Package NSpecifications
dotnet add package NSpecifications
paket add NSpecifications
NSpecifications Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Provides interface, abstract and a generic specification, composable, supports operators. This is probably the most fluent and least verbose library. Specifications can be composed with real operators (&, |, !, ==, !=). They are interchangeable with Expression<Func<T, bool>> and Func<T, bool> and can be combined directly with boolean expressions.
Check the tutorial in the GitHub.