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
Perhaps there should be multiple fixers, as many as one for each of StringComparer.Ordinal, StringComparer.InvariantCulture, and/or StringComparer.CurrentCulture.
Probably not worth trying to come up with a fixer for orderby usage, since partially changing LINQ syntax format to LINQ method format (the only way to specify the comparer) can't be trivial.
The text was updated successfully, but these errors were encountered:
Perhaps there should be multiple fixers, as many as one for each of
StringComparer.Ordinal
,StringComparer.InvariantCulture
, and/orStringComparer.CurrentCulture
.Probably not worth trying to come up with a fixer for
orderby
usage, since partially changing LINQ syntax format to LINQ method format (the only way to specify the comparer) can't be trivial.The text was updated successfully, but these errors were encountered: