NSpecifications 1.0.1
See the version list below for details.
dotnet add package NSpecifications --version 1.0.1
NuGet\Install-Package NSpecifications -Version 1.0.1
<PackageReference Include="NSpecifications" Version="1.0.1" />
paket add NSpecifications --version 1.0.1
#r "nuget: NSpecifications, 1.0.1"
// Install NSpecifications as a Cake Addin #addin nuget:?package=NSpecifications&version=1.0.1 // Install NSpecifications as a Cake Tool #tool nuget:?package=NSpecifications&version=1.0.1
NSpecifications is the most complete library for the Specification pattern and it's grounded on the Domain-Driven Design principles. Provides interface, abstract specification and a generic implementation that are all composable and support boolean operators. This is probably the more 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on NSpecifications:
Package | Downloads |
---|---|
Blowin.GenericRepository
Package Description |
|
Blowin.GenericRepository.EFCore
Package Description |
|
idee5.Globalization
Globalization extensions. Enables database support for localization resources and parlances for industries and customers.. |
|
CqrsEase.Common.Queries
Contains generic definition of widely used queries for retrieving single or range of objects |
|
CqrsEase.Common.Commands
Contains generic definition of widely used command for create/update/delete operations |
GitHub repositories
This package is not used by any popular GitHub repositories.