-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet list package does not indicate presence of a deprecated package #8620
Comments
Can you clarify what the indicator of the presence of a deprecated package is? The appearance of the legend or? |
Looks like a mismatch in expectations: marking deprecated packages as part of If |
Rereading now I agree with @xavierdecoster, dotnet list package itself should remain offline. |
The spec calls out that we needed to show the deprecation info even as part of
But
|
Ahh, maybe that happens because My.Sample.Lib is not outdated? |
Can you folks conclude? |
This was something that was cleared up in the context of adding vulnerability to dotnet list package https://github.com/NuGet/Home/blob/dev/proposed/2020/PackageVulnerability/DotnetListPackageVulnerable.md |
As part of the PR NuGet/NuGet.Client#2928, it was supposed to put an indication on the presence of a deprecated package with the command
dotnet list package
. However it doesn't seem to work.dotnet list package --deprecated
works however.Feature issue: #2867
The text was updated successfully, but these errors were encountered: