NSpecifications.NETStandard
1.4.1
Install-Package NSpecifications.NETStandard -Version 1.4.1
dotnet add package NSpecifications.NETStandard --version 1.4.1
<PackageReference Include="NSpecifications.NETStandard" Version="1.4.1" />
paket add NSpecifications.NETStandard --version 1.4.1
#r "nuget: NSpecifications.NETStandard, 1.4.1"
// Install NSpecifications.NETStandard as a Cake Addin
#addin nuget:?package=NSpecifications.NETStandard&version=1.4.1
// Install NSpecifications.NETStandard as a Cake Tool
#tool nuget:?package=NSpecifications.NETStandard&version=1.4.1
NSpecification is the most complete library for the Specification pattern and it's grounded on the Domain-Driven Design principles. 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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.4.1
- Added IQueryableExtensions to make usage of multiple specifications in Where and OrderBy clauses a better experience.
1.4.0
- Updated package to NetStandard 2.0.
- Fixed broken unit tests.
- Minor refactoring