Seterlund.CodeGuard 2.3.4

dotnet add package Seterlund.CodeGuard --version 2.3.4
NuGet\Install-Package Seterlund.CodeGuard -Version 2.3.4
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="Seterlund.CodeGuard" Version="2.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Seterlund.CodeGuard --version 2.3.4
#r "nuget: Seterlund.CodeGuard, 2.3.4"
#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 Seterlund.CodeGuard as a Cake Addin
#addin nuget:?package=Seterlund.CodeGuard&version=2.3.4

// Install Seterlund.CodeGuard as a Cake Tool
#tool nuget:?package=Seterlund.CodeGuard&version=2.3.4

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.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Seterlund.CodeGuard:

Package Downloads
CubicleJockey.CodeGuardExtensions.Packager

This is a library of extensions for Code Guard. NuGet Site: [https://www.nuget.org/packages/Seterlund.CodeGuard/] NuGet Command: [Install-Package Seterlund.CodeGuard]. These extensions are intended to give the guards custom messages.

TW.Recurrence

A library for .Net that makes creating, managing, and working with recurrences easy

Qubit.Xrm.Framework

A framework for implementing testable plugins and code activities for Dynamics CRM 365

Qubit.Xrm.Framework.Mock

A framework for implementing testable plugins and code activities for Dynamics CRM 365

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.4 175,410 3/17/2014
2.3.2 5,500 6/27/2013
2.3.1 2,010 4/9/2013
2.3.0 1,291 4/8/2013
2.2.9 1,294 4/6/2013
2.2.8 1,323 4/3/2013
2.2.7 1,295 3/14/2013
2.2.4 1,376 3/7/2013
2.2.3 1,292 2/27/2013
2.2.1 2,248 10/13/2012
2.1.0 2,119 12/3/2011
2.0.0 1,498 12/3/2011
1.1.0 2,268 10/11/2011
1.0.0 1,497 9/9/2011

Added support for enums, and added various new guards