Guardian 0.7.0

dotnet add package Guardian --version 0.7.0
NuGet\Install-Package Guardian -Version 0.7.0
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.7.0">
  <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.7.0
#r "nuget: Guardian, 0.7.0"
#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.7.0

// Install Guardian as a Cake Tool
#tool nuget:?package=Guardian&version=0.7.0

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Guardian:

Package Downloads
Guardian.Extensions

Provides extension methods for the Guardian source code package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 4,763 4/24/2016
0.7.0-beta70 1,242 4/24/2016
0.6.0-beta26 1,482 3/1/2015
0.5.0 2,167 7/27/2013
0.4.0 1,662 6/16/2013
0.3.3 1,487 6/2/2013
0.3.1 1,446 5/31/2013

Added Guardian.vsix to NuGet package to add guard snippet to Visual Studio
Changed formatting to support StyleCop Analyzers