Info
Version: | 2.4.1 |
Author(s): | Per Ivar Seterlund |
Last Update: | Thursday, March 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MetaFight/Guard |
NuGet Url: | https://www.nuget.org/packages/MetaFight.CodeGuard |
Install
Install-Package MetaFight.CodeGuard
dotnet add package MetaFight.CodeGuard
paket add MetaFight.CodeGuard
MetaFight.CodeGuard 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.