Disabling resharper errors through vs config

138 views Asked by At

We are using resharper in our project, but based on our pattern and pratices we follow different naming conventions for classes,variables and so on. But we still need to use resharper, is there any configuration entry that we can make to disable these warnings. I know about disabling them by configuring in VS but that will only help for client machine and on server where we will be building our code we again will get those warnings. Help!!!!!!!!!!!!

1

There are 1 answers

0
Neil Barnwell On

You can disable those options. For each quick-fix notification, you can modify ReSharper->Options->Code Inspection->Inspection Severity to set whether it's a "Do not show", "Hint", "Suggestion", "Warning" or "Error". Although, if it's causing you pain, just don't capture ReSharper errors on your build server.