Code Analysis at Compile? Why? Do it Live!

This post has been republished via RSS; it originally appeared at: Channel 9.

Today's project from Microsoft Code Analysis 2017

This is a preview version of the extension.

We’ve rebuilt the most popular 100+ FxCop rules as live analyzers to help you detect problems in your code and make it super easy for you to fix them on the spot with quick fixes. This extension gives you the same great code analysis as before with FXCop but now the analysis is live as-you-type and has quick-fixes.

Features

  • 100+ live diagnostics for API design, performance, security, and best practices for C# and Visual Basic.
  • Quick fixes for applicable diagnostics (using Ctrl+.).
  • Diagnostics appear in the editor, Error List, and scroll bar.
  • All diagnostics are suppressible.

Links

...

image

... [Click through to install it]

And of course it's all open source! dotnet/roslyn-analyzers



Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.