Skip to content

9.5.0

Latest

Choose a tag to compare

@FolkerKinzel FolkerKinzel released this 12 Jul 16:06
  • Static methods for the PersistentStringHash structure:
int PersistentStringHash.From(string? s, HashType hashType); //.NET Standard 2.0 and .NET Framework only
int PersistentStringHash.From(ReadOnlySpan<char>, HashType);
int PersistentStringHash.From(StringBuilder, HashType);
int PersistentStringHash.From(StringBuilder, int, HashType);
int PersistentStringHash.From(StringBuilder, int, int, HashType);
  • StringExtension.GetPersistentHashCode(this string?, HashType) is less restrictive now and accepts null as input.
  • StringBuilderExtension.GetPersistentHashCode() has two new overloads:
int GetPersistentHashCode(this StringBuilder, int, HashType);
int GetPersistentHashCode(this StringBuilder, int, int, HashType);
  • Dependency updates

 

Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.