Jberek
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Need more specific string comparison warnings
I want resharper to suggest a standard string comparison in my c# code. Currently, if I turn on the string comparison option, I can get a suggestion when I do something like this: a.ToUpper() == b....