Skip to content

Ensure.That is a simple guard clause argument validation lib, that helps you with validation of your arguments.

Notifications You must be signed in to change notification settings

rickvanschalkwijk/Ensure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure

Build status Coverage Status


Ensure.That is a small guard clause argument validation package.

Ensure.That(myString, "myString").IsNotNullOrWhiteSpace();

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_cool_feature)
  3. Commit your changes (git commit -am "Added some cool new feature")
  4. Push to the branch (git push origin my_cool_feature)
  5. Open a [Pull Request][1]
  6. Enjoy a refreshing Diet Coke and wait

About

Ensure.That is a simple guard clause argument validation lib, that helps you with validation of your arguments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published