Get the latest tech news
The Turkish İ Problem and Why You Should Care (2012)
Take a look at the following code.
Notice the IncludeAll element now makes every code analysis warning into an error, but then I turn CA1704 off in the list. One other thing I did was for really important rules where there were too many issues to fix in a timely manner, I would simply use Visual Studio to suppress all of them and commit that. I’ve found this approach makes using code analysis way more useful and less painful than simply turning on every rule and hoping for the best.
Or read this on Hacker News