Info
Version: | 1.3.0 |
Author(s): | NSpecifications |
Last Update: | Saturday, March 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ASbeletsky/NSpecifications |
NuGet Url: | https://www.nuget.org/packages/NSpecification |
Install
Install-Package NSpecification
dotnet add package NSpecification
paket add NSpecification
NSpecification Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
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.