Seterlund.CodeGuard.Source by Per Ivar Seterlund

<PackageReference Include="Seterlund.CodeGuard.Source" Version="2.2.8" />

 Seterlund.CodeGuard.Source 2.2.8

Guard and Validator library. Example: Guard.That(arg1).IsNotNull().GreaterThan(100); Throws an exception if conditions are not met. Supports the ability to get a list of the failed conditions.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Seterlund.CodeGuard.Source</id>
    <version>2.2.8</version>
    <title>CodeGuard (Source)</title>
    <authors>Per Ivar Seterlund</authors>
    <owners>Per Ivar Seterlund</owners>
    <licenseUrl>https://github.com/3komma14/Guard/blob/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/3komma14/Guard/wiki</projectUrl>
    <iconUrl>https://github.com/3komma14/Guard/raw/master/Images/shield2.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Guard and Validator library. 
	Example: Guard.That(arg1).IsNotNull().GreaterThan(100); 
	Throws an exception if conditions are not met. 
	Supports the ability to get a list of the failed conditions.</description>
    <copyright>Copyright Per Ivar Seterlund ([email protected]) 2011-2013</copyright>
    <tags>Argument Guard Validation</tags>
  </metadata>
</package>