CSharpStyleValidator 1.0.0
See the version list below for details.
dotnet add package CSharpStyleValidator --version 1.0.0
NuGet\Install-Package CSharpStyleValidator -Version 1.0.0
<PackageReference Include="CSharpStyleValidator" Version="1.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="CSharpStyleValidator" Version="1.0.0" />
<PackageReference Include="CSharpStyleValidator"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CSharpStyleValidator --version 1.0.0
#r "nuget: CSharpStyleValidator, 1.0.0"
#:package CSharpStyleValidator@1.0.0
#addin nuget:?package=CSharpStyleValidator&version=1.0.0
#tool nuget:?package=CSharpStyleValidator&version=1.0.0
CopilotAIWorkflow packages
NuGet packages from CopilotAIWorkflow — agent workflow tooling with mechanical quality gates.
CSharpStyleValidator
Roslyn analyzer enforcing C# style as compiler errors (CSV001–CSV007). Add as a development dependency:
<PackageReference Include="CSharpStyleValidator" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
See the repository README.md for rule details and demo usage.
CoverageGapAnalysis
Library for Cobertura parsing, branch metrics, and exit-point gap reports. Used by agents and CI to enforce exitGapCount == 0.
CoverageGap.Tool
Global .NET tool (coveragegap):
dotnet tool install -g CoverageGap.Tool
coveragegap report project path/YourProject.csproj --search-root src --repo-root .
coveragegap manifest project path/YourProject.csproj -o exits.json
Requirements
- .NET 10 SDK for applications and tools
- Analyzers target
netstandard2.0(works withnet10.0consumers)
License
MIT — see LICENSE.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.