Skip to content
Pavel Bansky edited this page Jan 8, 2018 · 14 revisions

DevSkim functionality can be used or extended via .NET library. The very same library is used in Command Line Interface as well as in Visual Studio Extension.

NuGet Package

DevSkim library is available on NuGet Microsoft.DevSkim

Visual Studio Package Manager

PM> Install-Package Microsoft.DevSkim

Dotnet CLI

dotnet add package Microsoft.DevSkim 

Add to .csproj file

<ItemGroup>
   <PackageReference Include="Microsoft.DevSkim" Version="0.3.6" />
</ItemGroup>

Clone this wiki locally