Resharper does not detect if a method has been generated by user or VS. it always highlights event methods generated by VS which have underscore in them (like button1_Click() even).
How can I make an exception in this case?
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.
On
ReSharper | Options | Languages | C# | Naming Stylecheck Override common settings, then click on Advanced settings.Then you should have this on Event subscription on fields :
$object$_$event$. Press OK on both windows and you are good to go.