Skip to content

Megasware128/EnGarde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnGarde

EnGarde allows you to validate arguments using a fluent interface, for example:

Ensure.That(() => value).Not.IsNull().And.StartsWith("En");

Where can I get it?

Open the Visual Studio Package Manager Console and run the following command:

Install-Package EnGarde -pre

About

EnGarde allows you to validate arguments using a fluent interface, for example: Ensure.That(value, "value").Not.IsNull().And.StartsWith("En").

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%