Static Code Analysis Tools in Visual Studio 2017

ROJAKUMAR GORIPARTI 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.

Developer technologies .NET .NET Runtime
Developer technologies .NET Other
Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. WayneAKing 4,931 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.