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
Commit 689830b (which likely just applied a codefix) introduces a bad behavior where StringComparison.Ordinal are now passed to params object[] instead of using the StringComparison overload due to incorrect argument ordering.
Commit 689830b (which likely just applied a codefix) introduces a bad behavior where
StringComparison.Ordinalare now passed toparams object[]instead of using the StringComparison overload due to incorrect argument ordering.