DepRadar.Tool
0.9.0
dotnet tool install --global DepRadar.Tool --version 0.9.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local DepRadar.Tool --version 0.9.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DepRadar.Tool&version=0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DepRadar.Tool --version 0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DepRadar.Tool (depradar)
A dependency-health CLI for .NET: scan a NuGet package or project for security, license and maintenance risk, fail CI on policy violations, and remediate.
It runs the whole analysis in-process against live data (NuGet, OSV.dev, GitHub) — no server and no database — so it works standalone in CI.
dotnet tool install --global DepRadar.Tool
# Scan a package or a project; exit code 1 fails the build on a policy breach
depradar scan WindowsAzure.Storage --fail-on high --no-deprecated
depradar scan ./MyApp.csproj --forbid copyleft --sbom sbom.json --sarif results.sarif
# Compare two versions (added/removed deps + CVEs introduced or cleared)
depradar diff Newtonsoft.Json 12.0.3 13.0.3
# Auto-fix: bump vulnerable dependencies to the minimal safe version (incl. transitive)
depradar fix ./MyApp.csproj # patch in place
depradar fix ./MyApp.csproj --open-pr --repo owner/name # open a PR (needs GITHUB_TOKEN)
Exit codes: 0 policy passed · 1 policy violated · 2 usage error.
Part of DepRadar — a full dependency-health platform (dashboard, SBOM/SARIF, drift monitoring, multi-channel alerts). MIT licensed.
| 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.