Skip to content

Visual Studio Extension

David Alcantar edited this page May 18, 2023 · 4 revisions

The DevSkim Visual Studio extension is a Language Server Protocol client that communicates with the DevSkim Language Server. The language server uses the standard C# DevSkim engine for analysis.

Running DevSkim in Visual Studio

The DevSkim Visual Studio extension can be downloaded from the Visual Studio Extension Marketplace or installed from the Visual Studio extensions manager.

Once installed, you can use the Options panel in Visual Studio to modify DevSkim settings.

Getting Started with Development

See Build from Source