Analyze the code quality of Store apps using Visual Studio static code analysis

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The code analysis tool in Visual Studio examines your code for a set of common defects and violations of good programming practice. Code analysis warnings differ from compiler errors and warnings because the code analysis tool searches for specific code patterns that are valid but could still create issues for you or other people who use your code. Code analysis can also find defects in your code that are difficult to discover through testing. Running the code analysis tool at regular intervals during your development process can enhance the quality of your completed app.

Note

Code analysis is not available for JavaScript code.

In this section

Title Description
Analyze Visual Basic and C# code quality Use code analysis in Visual Basic and C# projects.
Analyze C++ code quality Use code analysis in C++ projects.

More code analysis info

Title Description
Code analysis in the MSDN Library Find more information about using code analysis in Visual Studio Ultimate, Visual Studio Premium, and Visual Studio Professional.
MSDN code analysis team blog Find more information, including technical papers and samples on the code analysis team blog.