vote up 1 vote down star

Which FxCop rules do you most value? Which rules highlight the best .Net gotchas?

flag

4 Answers

vote up 1 vote down

I find some of the usage and design rules particularly helpful. I can never remember the details of how to implement the IDisposable or ISerializable interfaces, so I appreciate the gentle reminders from rules like these:

link|flag
vote up 0 vote down

The ones I value the most, and which highlight the gotchas, are the Performance rules.

link|flag
vote up 0 vote down

Which FxCop rules do you most value?

The one I am going to write to stop developers from using #defines instead of configuration (http://stackoverflow.com/questions/473354/quote-needed-preprocessor-usage-is-bad-oo-practice). And I like almost all of the design rules.

link|flag
vote up 3 vote down

My favorite FxCop rules are the ones that don't give me errors when compiling my code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.