Roy Osherove

View Original

Code analysis tool for your .NET needs

FxCop version 1.074

FxCop is a code analysis tool that checks your .NET assemblies for conformance to the .NET Framework Design Guidelines . It uses reflection, MSIL parsing, and callgraph analysis to inspect your assemblies for more than 175 defects in the following areas: naming conventions, library design, localization, security, and performance (see rule descriptions). The package includes both GUI and command line versions of the tool, as well as the SDK to create your own rules.
Post your comments in the
FxCop message board.

Download FxCop version 1.074 here (4395k)

 

via [GotDotNet libraries page]

Thanks to [Incessant Ramblings] for pointing me to this tool