SdkCheck.Tool
0.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global SdkCheck.Tool --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local SdkCheck.Tool --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SdkCheck.Tool&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SdkCheck.Tool --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SdkCheck
Warns at build time when the .NET SDK or runtime in use has published CVEs, or sits on a channel that has reached end of support.
NuGetAudit covers NuGet packages. Nothing covers the SDK or the shared framework, and the usual
substitutes - a global.json floor, a hand-written version baseline, dotnet sdk check - all encode a
constant that was true the day it was written.
SdkCheck compares the SDK and runtime actually in use against Microsoft's live release metadata, so a CVE published tomorrow is reported tomorrow with nothing to bump.
See https://github.com/SimonCropp/SdkCheck for full documentation.
| 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.