project-system
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
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.
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.