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
If the result of string.ToUpper or string.ToLower is simply used in a comparison, then that's a pretty good indication that a case-insensitive comparison should be used instead.
If the result of
string.ToUpper
orstring.ToLower
is simply used in a comparison, then that's a pretty good indication that a case-insensitive comparison should be used instead.Should become:
Should probably report things like the following as errors on the basis that they well never match:
The text was updated successfully, but these errors were encountered: