Which FxCop rules do you most value? Which rules highlight the best .Net gotchas?
|
|
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: |
||
|
|
|
|
The ones I value the most, and which highlight the gotchas, are the Performance rules. |
||
|
|
|
|
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. |
||
|
|
|
|
My favorite FxCop rules are the ones that don't give me errors when compiling my code. |
|||
|
|
