At some point we'll support the [SuppressMessage] attribute that MS use
to ignore defects with FxCop. About 50% of the code is already there.
In the mean time the solution (which, personally, I much prefer to using
attributes) is to use an ignore file, see example in [1], docs in [2].
For 2.8 I plan to write a tool to convert defects into ignore entries.
That will make it easier for people who want to create a baseline on
existing software.
Sebastien
[1]
http://anonsvn.mono-project.com/viewvc/trunk/mono-tools/gendarme/self-test.ignore?view=markup
[2]
http://anonsvn.mono-project.com/viewvc/trunk/mono-tools/gendarme/man/gendarme.5.in?view=markup