Huidige artikelen | Zoek | Syndicatie
FxCop 1.30
31-3-2004 -
Archief,
Conversie auteur
FxCop 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: naming conventions, library design, localization, security, and performance (see Rule Topics). FxCop includes both GUI and command line versions of the tool, as well as an SDK to create your own rules.
FxCop 1.30 is just released!
Please visit http://www.gotdotnet.com/team/fxcop/ to download it.
Main features:
- No more locks on assemblies or pdbs
- Ability to resolve missing dependencies
- Ability to analyze just about anything running just about anywhere
- Analysis is now multi-threaded. And can be cancelled (via UI or due to exceeding an exceptions threshold).
- New, powerful data flow analysis
- New Rules, Rule Topics and Rule Fixes