Skip to content

EricCogen/GauntletCI-VisualStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GauntletCI for Visual Studio

Visual Studio extension that runs GauntletCI behavioral change risk detection on .NET commits and surfaces findings in the Output window and Error List.

Requirements

  • Visual Studio 2022 (17.0+)
  • GauntletCI CLI: dotnet tool install -g GauntletCI

Installation

Install from the Visual Studio Marketplace: search "GauntletCI".

Or install manually: download the .vsix from Releases and double-click to install.

Usage

Tools > GauntletCI > Analyze Current Commit

Findings appear in the Output window (GauntletCI pane) grouped by severity:

  • Block: shown as errors
  • Warn: shown as warnings

Options

Tools > Options > GauntletCI > General

Option Default Description
Executable gauntletci Path to the CLI executable
Sensitivity balanced strict, balanced, or permissive
Disable LLM true Skip LLM enrichment for fast analysis

Building

Requires Visual Studio 2022 with the "Visual Studio extension development" workload, or the VSSDK build tools.

dotnet build src/GauntletCI.VisualStudio.csproj

To package the .vsix:

msbuild src/GauntletCI.VisualStudio.csproj /t:CreateVsixContainer

Links

About

GauntletCI Visual Studio extension - behavioral change risk detection for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages