Share via

Static Code Analysis Tools in Visual Studio 2017

ROJAKUMAR GORIPARTI 6 Reputation points
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#
Developer technologies | 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.


1 answer

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

    Was this answer helpful?


Your answer

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