Guardian 0.6.0-beta26
This is a prerelease version of Guardian.
dotnet add package Guardian --version 0.6.0-beta26
NuGet\Install-Package Guardian -Version 0.6.0-beta26
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Guardian" Version="0.6.0-beta26"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guardian --version 0.6.0-beta26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Guardian, 0.6.0-beta26"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Guardian as a Cake Addin #addin nuget:?package=Guardian&version=0.6.0-beta26&prerelease // Install Guardian as a Cake Tool #tool nuget:?package=Guardian&version=0.6.0-beta26&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Guardian. Mostly of null values.
An unobtrusive, lightweight, guard clause source code package: less than 300 lines of code.
Should be used like this:
Guard.Against.Null(() => parameter);
May be extended like this:
Guard.Against.Empty(() => collection);
Possibly the best tool for the job. Providing the job is simple.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.0-beta26 | 68 | 3/1/2015 |
0.5.0 | 219 | 7/27/2013 |
0.4.0 | 50 | 6/16/2013 |
0.3.3 | 50 | 6/2/2013 |
0.3.1 | 48 | 5/31/2013 |
TBD