Static Code Analysis Tools in Visual Studio 2017

RKG 1 Reputation point
2021-11-26T17:48:15.653+00:00

Hi All,

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,327 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,179 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,117 questions
{count} votes

1 answer

Sort by: Most helpful
  1. WayneAKing 4,921 Reputation points
    2021-11-26T21:08:32.54+00:00

    You should have an "Analyze" item on the menu bar in
    the IDE. Click on it and select "Run Code Analysis".

    Another option is the free Cppcheck:

    https://cppcheck.sourceforge.io/

    • Wayne