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
The GetStableHashCode extension methods have been renamed to GetPersistentHashCode
to make their intention more clear.
Extension methods have been added, which simulate the several overloads of the String.Trim()
method for the StringBuilder class. (See the list of overloads.)
Extension methods, which act as Polyfills for .NET Framework 4.5,
.NET Standard 2.0 and .NET Standard 2.1 in order to make it easier to support
such older Framework versions in Multi Targeting Projects have been added. (See the complete list.)
The StringBuilderExtensions class has been renamed to StringBuilderExtension.
The ReadOnlySpanExtensions class has been renamed to ReadOnlySpanExtension.
The StringExtensions class has been renamed to StringExtension.
The GetPersistentHashCode(HashType) extension methods throw an ArgumentException now instead of an ArgumentOutOfRangeException
when an undefined enum value is passed as argument.