-
Notifications
You must be signed in to change notification settings - Fork 256
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
doesn't restore
#13406
Comments
@richlander Issue is missing Type label, remember to add a Type label |
The original design was to make it offline, similar to other list commands, which is why it doesn't call restore implicitly. |
That doesn't make sense to me. The feature requires a restore to function and cannot detect when it will produce bad results (as I demonstrates). Sounds like a broken design to me. |
Assigning to @Nigusu-Allehu since this is related to other work happening. |
This behavior is incorrect, inconsistent, and inconvenient.
We have had implicit restore for
dotnet build
for many years.dotnet list package
would benefit from this same behavior.Per docs. That's unfortunate.
Observed behavior follows.
The text was updated successfully, but these errors were encountered: