Info
Version: | 3.2.43 |
Author(s): | Bars Group |
Last Update: | Friday, May 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/barsgroup/GodeGuard |
NuGet Url: | https://www.nuget.org/packages/BarsGroup.CodeGuard |
Install
Install-Package BarsGroup.CodeGuard
dotnet add package BarsGroup.CodeGuard
paket add BarsGroup.CodeGuard
BarsGroup.CodeGuard Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
Example: Guard.That(arg1).IsNotNull().GreaterThan(100);
Throws an exception if conditions are not met.