Ensure.That icon indicating copy to clipboard operation
Ensure.That copied to clipboard

Guard clause project for .NET

Results 7 Ensure.That issues
Sort by recently updated
recently updated
newest added

hi @danielwertheim , the concept is very good and did already kne it.. just did not tried to look for or developed one my self... When I saw you have...

Added the support to BoolArg to take into account where the input value is nullable. Added the support to EnumArg to check the existence of an enum item in the...

## Paths _make sure work here includes thoughts about how to handle the case where Directory method is called but a File exists at the path_ - [ ] DirectoryExists...

Feature

In regards to Issue #71: - Added IsPositive, IsNegative, IsNotNegative, IsApproximately methods and extensions - Added 16 new unit tests to cover the new methods

I would like to propose this feature to reduce boilerplate code.

Please add support for checking if a double or float has or does not have a value of NaN. checking that a double or float has a value like this...