FxCop: .NET code analysis tool
FxCop: .NET code analysis tool
Submitted by webmaster@testdriven.com (Links) on Mon, 15/11/2004 - 15:14. .NETFxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas: Library design, Localization, Naming conventions, Performance & Security.
FxCop includes both GUI and command line versions, as well as an SDK to create custom rules.
FxCop includes both GUI and command line versions, as well as an SDK to create custom rules.
