I personally don’t use FxCop yet. We want to work out the unit testing first before going with code analysis. However, which rules would you permanantly deactivate? Which rules would you deactivate temporarily and in which situation?
Share
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.
I don’t use the naming convention rule that prohibits underscores in method/event names. I’ve gotten used to ‘Button1_Click’. Visual Studio automatically inserts the underscores, so you have to manually remove them. I just think it’s easier to leave them alone. And, I add the underscore when I create a method/event.