NSpecifications.NETStandard by NSpecifications

<PackageReference Include="NSpecifications.NETStandard" Version="1.4.0-rc1" />

 NSpecifications.NETStandard 1.4.0-rc1

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.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>NSpecifications.NETStandard</id>
    <version>1.4.0-rc1</version>
    <authors>NSpecifications</authors>
    <projectUrl>https://github.com/AlanParr/NSpecifications</projectUrl>
    <description>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 (&amp;, |, !, ==, !=). They are interchangeable with Expression&lt;Func&lt;T, bool&gt;&gt; and Func&lt;T, bool&gt; and can be combined directly with boolean expressions. Check the tutorial in the GitHub.</description>
    <copyright>Copyright © 2021</copyright>
    <repository type="git" url="https://github.com/AlanParr/NSpecifications" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>