Visual Studio extension that runs GauntletCI behavioral change risk detection on .NET commits and surfaces findings in the Output window and Error List.
- Visual Studio 2022 (17.0+)
- GauntletCI CLI:
dotnet tool install -g GauntletCI
Install from the Visual Studio Marketplace: search "GauntletCI".
Or install manually: download the .vsix from Releases and double-click to install.
Tools > GauntletCI > Analyze Current Commit
Findings appear in the Output window (GauntletCI pane) grouped by severity:
- Block: shown as errors
- Warn: shown as warnings
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 |
Requires Visual Studio 2022 with the "Visual Studio extension development" workload, or the VSSDK build tools.
dotnet build src/GauntletCI.VisualStudio.csprojTo package the .vsix:
msbuild src/GauntletCI.VisualStudio.csproj /t:CreateVsixContainer