Microsoft C++ Core Guidelines Checker released

C++ Core Checker for Visual Studio is now available as a NuGet package.

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++. Microsoft’s Guidelines Support Library (GSL) contains supporting functions and types.

Update (December 4): The Visual C++ Team published official description for C++ Core Guidelines Checkers usage.

This entry was posted in Visual Studio news and tagged , , , . Bookmark the permalink.

3 Responses to Microsoft C++ Core Guidelines Checker released

  1. Basti's avatar Basti says:

    But how do I actually use it? I tried running the normal (recommended rule set) static code analysis, but it seems to crash cl.exe

Leave a reply to Basti Cancel reply