Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get a complete list of FxCop warnings sorted by code?

Tags:

fxcop

I'm familiar with the MSDN list, but I would like to have a list sorted by code. A lot of our developers don't have easy internet access, and it would be nice if I could give them a off-line complete list of the warnings.

I would like them sorted by warning code, because that is how they identify the issues in the Fxcop logfile.

like image 670
Sardaukar Avatar asked Jan 31 '26 10:01

Sardaukar


1 Answers

There's an improved, sorted list on MSDN now. http://msdn.microsoft.com/en-us/library/dd264925.aspx

like image 103
Lance Held Avatar answered Feb 03 '26 06:02

Lance Held