Info
Version: | 2.3.4 |
Author(s): | Per Ivar Seterlund |
Last Update: | Monday, March 17, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/3komma14/Guard/wiki |
NuGet Url: | https://www.nuget.org/packages/Seterlund.CodeGuard |
Install
Install-Package Seterlund.CodeGuard
dotnet add package Seterlund.CodeGuard
paket add Seterlund.CodeGuard
Seterlund.CodeGuard Download (Unzip the "nupkg" after downloading)
Dependencies
7 packages depend on this package.
Tags
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.