Info
Version: | 1.1.0 |
Author(s): | Justin Lessard |
Last Update: | Monday, November 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Justin-Lessard/Guard/ |
NuGet Url: | https://www.nuget.org/packages/CodeGuard.dotNetCore |
Install
Install-Package CodeGuard.dotNetCore
dotnet add package CodeGuard.dotNetCore
paket add CodeGuard.dotNetCore
CodeGuard.dotNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
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.