I would like to turn off some Visual Studio warnings including:
- Field can be made readonly
- Name doesn’t match rule…
- Use implicitly typed local variable declaration
But probably some of the goes from some plugin like Resharper? I’m not sure…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those all sound like Resharper suggestions…
You should be able to change the “inspection options” right at the point of the warning. If you change it from Warning to Hint (or disable it entirely), it will not prompt you anymore.