project-system icon indicating copy to clipboard operation
project-system copied to clipboard

The missing components UI is not hidden when the user changes their project runtime/required workloads and there are no longer any missing components

Open adamint opened this issue 1 year ago • 1 comments

One would expect this UI to be closed if there are no longer any missing components.

While it is a shell bug that invoking RegisterMissingComponentsAsync again with the affected project removed does not close the UI, we will also have to modify the MissingSetupComponentRegistrationService.cs to re-call this method if a project no longer has any missing components.

adamint avatar Aug 28 '23 23:08 adamint

Note: this is rare, and it can happen in the situation when the target framework get installed (while VS is open) after the gold bar is already shown.

haileymck avatar Aug 31 '23 22:08 haileymck