Microsoft.CppCoreCheck 14.0.24210.1

Additional Details

CppCoreCheck is distributed as part of Visual Studio C++ toolset starting with Visual Studio 2017.

dotnet add package Microsoft.CppCoreCheck --version 14.0.24210.1
NuGet\Install-Package Microsoft.CppCoreCheck -Version 14.0.24210.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.CppCoreCheck" Version="14.0.24210.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CppCoreCheck --version 14.0.24210.1
#r "nuget: Microsoft.CppCoreCheck, 14.0.24210.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.CppCoreCheck as a Cake Addin
#addin nuget:?package=Microsoft.CppCoreCheck&version=14.0.24210.1

// Install Microsoft.CppCoreCheck as a Cake Tool
#tool nuget:?package=Microsoft.CppCoreCheck&version=14.0.24210.1

Tool to enforce the C++ Core Guidelines

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.CppCoreCheck:

Package Downloads
Microsoft.ExperimentalCppCoreCheck

Tool to enforce the C++ Core Guidelines

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.0.24210.1 50,004 7/18/2016
14.0.23917.2 2,335 6/3/2016
14.0.23917.1 2,647 3/31/2016
14.0.23917 1,605 3/31/2016
14.0.23107.3 2,782 1/8/2016
14.0.23107.2 1,892 12/3/2015
14.0.23107.1 1,501 11/30/2015

Renamed a couple of warning numbers to avoid conflicts, namely -
1. Warning number 26499 is now 26461
2. Warning number 26500 is now 26462