Static Code Analysis Tools in Visual Studio 2017

774 Views Asked by At

Good day

Requesting can you please let me know available Static Code Analysis Tools in Visual Studio 2017 and possible best practices etc.

1

There are 1 best solutions below

0
Chuck Walbourn On

For C#, Visual Studio includes "FXCop". See Microsoft Docs: Overview of code analysis for .NET in Visual Studio.

For C++, Visual Studio includes /analyze as well as C++ Core Guidelines checkers. See Microsoft Docs: Code analysis for C/C++ overview.

For third party solutions, there a number of options you can find with a quick Internet search.