Adönis
Results
1
issues of
Adönis
Just a little addition to the documentation of the NotNullOrWhiteSpace assertion to better reflect its behaviour. The underlying string.IsNullOrWhiteSpace() method also checks if the string is empty (see [documentation](https://learn.microsoft.com/en-us/dotnet/api/system.string.isnullorwhitespace?view=net-9.0)). I...