Right now the following replacements for string ignore the StringComparison argument, maybe others too:
IndexOf
StartsWith
EndsWith
Not entirely related, but because I'm too lazy to open another issue, also ToString seems to fail with CultureInfo.InvariantCulture argument, see #2600
Right now the following replacements for string ignore the
StringComparisonargument, maybe others too:IndexOfStartsWithEndsWithNot entirely related, but because I'm too lazy to open another issue, also
ToStringseems to fail withCultureInfo.InvariantCultureargument, see #2600