CsAssay.Tool 0.1.2

dotnet tool install --global CsAssay.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CsAssay.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CsAssay.Tool&version=0.1.2
                    
nuke :add-package CsAssay.Tool --version 0.1.2
                    

CSharpAssay tool

CsAssay.Tool installs the cs-assay command-line verifier.

dotnet tool install --global CsAssay.Tool --version 0.1.2
cs-assay doctor
cs-assay --help
cs-assay explain CSAN0001
cs-assay check MySolution.slnx
cs-assay verify MySolution.slnx
cs-assay migrate --report MySolution.slnx --json migration.json

check is provisional. verify is authoritative and returns exit code 0 only when the configured compiler, analyzer, target-framework, rule, and test evidence is complete and clean. See the repository documentation for full installation, adoption, CI, evidence, migration, and rollback guidance. help, --help, and -h render the same product help when invoking the tool directly. explain emits the complete HTTPS documentation URL shared with analyzer diagnostics and SARIF. migrate is a report-only inventory and never changes source. Phase 6 guidance is contextual/heuristic advice and cannot block a 0.1.2 release verdict.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.2 235 8/2/2026
0.1.1 132 8/1/2026
0.1.0 117 7/31/2026