Skip to content
Josh M edited this page May 22, 2026 · 1 revision

dotnet-pkg-age

A .NET CLI tool that validates the age of NuGet packages, helping teams enforce a cooldown period before adopting new package versions in production.

Why

New package versions can introduce unexpected regressions or vulnerabilities that haven't been caught yet. Requiring packages to age a minimum number of days gives the ecosystem time to surface issues before you depend on them. For cases where you need a new package immediately (security hotfix, critical bug fix), a bypass list lets you explicitly approve exceptions.

Clone this wiki locally