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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CsAssay.Tool --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.