SeamGuard.Tool
0.2.0.4
dotnet tool install --global SeamGuard.Tool --version 0.2.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local SeamGuard.Tool --version 0.2.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SeamGuard.Tool&version=0.2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SeamGuard.Tool --version 0.2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

SeamGuard.Tool
SeamGuard.Tool runs SeamGuard against a C# solution or project without adding an analyzer package to the target repository. It also generates baseline configurations from restored solutions.
The tool requires the .NET 10 SDK.
Installation
dotnet tool install --global SeamGuard.Tool
Analyze a build
dotnet seam build src\General.sln -- -c Release
The tool passes arguments after -- to dotnet build. It runs a non-incremental build, reports SeamGuard diagnostics,
and returns the build exit code without editing the solution or its projects. Configuration discovery matches analyzer
mode. The --config option specifies a file for the entire build.
Generate a baseline
dotnet restore src\General.sln
dotnet seam eject src\General.sln --output .seamguard\config.json
Ejection records exact allow entries for the current solution. The output can then be generalized with wildcard patterns.
The optional shorter seam command can also be installed.
dotnet seam install-alias
seam --help
| 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.