NGuard by Matthew King

<PackageReference Include="NGuard" Version="3.0.0" />

.NET API 10,240 bytes

 NGuard 3.0.0

Lightweight guard / pre-condition / parameter validation library for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>NGuard</id>
    <version>3.0.0</version>
    <title>NGuard</title>
    <authors>Matthew King</authors>
    <owners>Matthew King</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/MatthewKing/NGuard</projectUrl>
    <description>Lightweight guard / pre-condition / parameter validation library for .NET</description>
    <copyright>Copyright Matthew King 2012-2019</copyright>
    <tags>guard condition parameter validation</tags>
    <repository type="git" url="https://github.com/MatthewKing/NGuard" />
    <dependencies>
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>