-
Notifications
You must be signed in to change notification settings - Fork 114
Visual Studio Extension
David Alcantar edited this page May 17, 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.
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.
- Clone the DevSkim repository and ideally open in Visual Studio
- VS extension code can be found in the
DevSkim-DotNet\Microsoft.DevSkim.VisualStudio
folder - Build
Microsoft.DevSkim.VisualStudio
to produce a VSIX package
- Build and debug
Microsoft.DevSkim.VisualStudio
to produce a VSIX package - Debugging the project will launch the extension in a separate instance of Visual Studio