Skip to content
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

[Bug]: NuGet should show in the Task Status Center instead of the status bar #11814

Closed
sharwell opened this issue May 11, 2022 · 3 comments
Closed

Comments

@sharwell
Copy link

NuGet Product Used

Other/NA

Product Version

Visual Studio 2022 Version 17.3.0 Preview 2.0 [32509.446.main]

Worked before?

No

Impact

It bothers me. A fix would be nice

Repro Steps & Context

Open a solution in Visual Studio.

Expected result:

NuGet restore progress shows in the Task Status Center.

Actual result:

NuGet restore progress does not show.
NuGet logs verbose messages to the status bar, which is not intended for showing the progress of background operations.

Verbose Logs

No response

@nkolev92
Copy link
Member

nkolev92 commented May 12, 2022

Dup of #9396.

We attempted this change a while back, but on build restore tends to be super quick and the task status center would often display a popup even though restore has completed by the time the popup is shown.

Maybe we need to consider different behavior for on build vs solution load restore?
After all, is on build a background task in the same style that solution load tasks are?

@sharwell
Copy link
Author

Maybe we need to consider different behavior for on build vs solution load restore?

Yes. Restore on Build shows in the build output window, so it doesn't need to show in the task status center or status bar. Only restore operations not tied to a build need to show separately.

@nkolev92
Copy link
Member

Closing as dup.

I'll leave a comment in the other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants