Marco Veltman

Results 1 issues of Marco Veltman

Describe the bug Null check done in Guard.IsNotWhiteSpace while Guard.IsNotNullOrWhiteSpace is also available. Code of Guard.IsNotWhiteSpace has the same implementation as Guard.IsNotNullOrWhiteSpace. null does not feel equal to whitespace. Regression...