Skip to content

Build from Source

David Alcantar edited this page May 18, 2020 · 10 revisions

DevSkim CLI

Requirements

Building the CLI from source only requires an existing installation of the .NET Core 3.1 SDK. The SDK will handle installation of any dependencies during the build process.

How to Build

  1. Download or clone a local copy of the DevSkim repository

    git clone https://github.com/microsoft/DevSkim.git

  2. Navigate to your local DevSkim repository, and into the DevSkim-DotNet folder

    cd c:\path\to\repos\DevSkim\DevSkim-DotNet

  3. Build the DevSkim DLL

    dotnet build Microsoft.DevSkim.CLI

Visual Studio Extension

WIP

Visual Studio Code Plugin

WIP

Clone this wiki locally