-
Notifications
You must be signed in to change notification settings - Fork 121
API
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.
DevSkim library is available on NuGet Microsoft.DevSkim
PM> Install-Package Microsoft.DevSkimdotnet add package Microsoft.DevSkim <ItemGroup>
<PackageReference Include="Microsoft.DevSkim" Version="0.3.6" />
</ItemGroup>