Seterlund.CodeGuard
2.3.2
See the version list below for details.
dotnet add package Seterlund.CodeGuard --version 2.3.2
NuGet\Install-Package Seterlund.CodeGuard -Version 2.3.2
<PackageReference Include="Seterlund.CodeGuard" Version="2.3.2" />
paket add Seterlund.CodeGuard --version 2.3.2
#r "nuget: Seterlund.CodeGuard, 2.3.2"
// Install Seterlund.CodeGuard as a Cake Addin #addin nuget:?package=Seterlund.CodeGuard&version=2.3.2 // Install Seterlund.CodeGuard as a Cake Tool #tool nuget:?package=Seterlund.CodeGuard&version=2.3.2
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 | Versions 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. |
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 | 188,414 | 3/17/2014 |
2.3.2 | 6,482 | 6/27/2013 |
2.3.1 | 2,271 | 4/9/2013 |
2.3.0 | 1,325 | 4/8/2013 |
2.2.9 | 1,331 | 4/6/2013 |
2.2.8 | 1,362 | 4/3/2013 |
2.2.7 | 1,333 | 3/14/2013 |
2.2.4 | 1,412 | 3/7/2013 |
2.2.3 | 1,324 | 2/27/2013 |
2.2.1 | 2,289 | 10/13/2012 |
2.1.0 | 2,151 | 12/3/2011 |
2.0.0 | 1,530 | 12/3/2011 |
1.1.0 | 2,300 | 10/11/2011 |
1.0.0 | 1,528 | 9/9/2011 |
Minor fixes