You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added string.Equals extension method which allows comparing strings ignoring the white space. Added corresponding MustBe and MustNotBe overloads for strings.
added char.IsLetter, char.IsDigit, char.IsLetterOrDigit, and char.IsWhiteSpace extension methods
fixed some typos in XML comments
Breaking changes:
Fixed typo in type: EqualivalentTypeComparer is now called EquivalentTypeComparer
IsValidEnumValue and MustBeValidEnumValue now use the new where T : Enum constraint of C# 7.3