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
CurrentCultureIgnoreCase??
The culture changes from InvariantCulture to CurrentCultureIgnoreCase. It should be InvariantCultureIgnoreCase, otherwise you may introduce hard-to-find bugs.
The text was updated successfully, but these errors were encountered:
The code below produces
CA1862
, but the code fix produces the wrong code.CurrentCultureIgnoreCase??
The culture changes from
InvariantCulture
toCurrentCultureIgnoreCase
. It should beInvariantCultureIgnoreCase
, otherwise you may introduce hard-to-find bugs.The text was updated successfully, but these errors were encountered: