-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
Functionality:ListPackagedotnet.exe list packagedotnet.exe list packagePriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeProduct:dotnet.exeType:Feature
Milestone
Description
Update by @anangaur:
Spec: Show outdated packages (Status: Incubation)
We often find ourselves wishing to do a task during CI, that is only possible with cmdlets available in the package management console. Obviously these cmdlets can't run as part of CI, so we're stuck. Our most recurring painpoint is working out what package updates are available, without actually making modifications - this would let us:
- Report on out of date packages
- Flag up new major version availability
- Fail builds, if packages we consider to be critical are no longer up to date
I've submittted a PR with an example naive implementation of this here: NuGet/NuGet.Client#1649
Would others find this type of feature useful?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Functionality:ListPackagedotnet.exe list packagedotnet.exe list packagePriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeProduct:dotnet.exeType:Feature