FxCop 1.36 Released

1 min read
Table of Contents

After a very long time, an Microsoft FxCop update has been released. Here is a list of all that has changed:

  • 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
  • Performance improvements that cut analysis by 2x and use half as much memory
  • Documentation that is now available on MSDN

Source

FxCop 1.36 Released!

Blake Niemyjski

Thanks for reading! Feel free to check out more posts or browse by category, and reach out via the social links below.


More Posts

ASP.NET MVC Preview 5

1 min read

This ASP.NET MVC CodePlex Preview 5 is an interim release that contains some new features and some feature improvements for which the ASP.NET MVC team would like to receive feedback from the…

Read

Comments