Download FxCop 1.36 - .NET Code Analysis Tool for Microsoft .NET Framework Design Guidelines

A new release of FxCop 1.36 to make sure your .NET Assemblies conform to the Microsoft .NET Framework Design Guidelines.
Per David Kean:
- 200+ bug fixes that reduce noise, missing analysis and rule crashes
- Support for analyzing anonymous methods and lambda expressions
- New option for skipping analysis over tool generated code
- Spell checker libraries now ship in the box
- Changes in the way references are resolved and located
- Better support for C++/CLI and the Compact Framework
- Language 'friendly' API names in the UI and resolutions (ie Visual Basic syntax if running over a Visual Basic binary)
- New globalization, design and usage rules
- New rule for targeting specific versions of the Framework (I'll talk about this in a future post)
- Performance improvements that cut analysis by 2x and use half as much memory
You can get the documentation for FxCop on MSDN here.
Download FxCop 1.36 here.
Related Posts:
Tags:
Frameworks