Skip to content

7.1.0

Compare
Choose a tag to compare
@FolkerKinzel FolkerKinzel released this 27 Oct 15:57
· 128 commits to master since this release
  • New method overloads:
int string.IndexOfAny(ReadOnlySpan<char>, int);
int string.IndexOfAny(ReadOnlySpan<char>);
int string.LastIndexOfAny(ReadOnlySpan<char>, int);
int string.LastIndexOfAny(ReadOnlySpan<char>);
  • New polyfills for the String class (.NET Standard 2.0, .NET Framework 4.5)
int string.IndexOfAny(string?, int);
int string.IndexOfAny(string?);
int string.LastIndexOfAny(string?, int);
int string.LastIndexOfAny(string?);
bool string.ContainsAny(string?);
  • Performance optimization

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.