CuttingEdge.Conditions is a library that helps developers to write pre- and postcondition validations in their C# 3.0 and VB.NET 9 code base. Writing these validations is easy and it improves the readability and maintainability of code.
This release adds IsNullOrWhiteSpace and IsNotNullOrWhiteSpace extension methods for string arguments and a adds a
WithExceptionOnFailure<TException>() method on the
Condition class which allows users to specify the type of exception that will be thrown.
For any feedback regarding the project in general and this release in particular, please go to the
Discussions tab, or search for the author's mail address on his blog:
Or use the author's codeplex profile page: