dotnet / dotnet/project-system
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
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
One would expect this UI to be closed if there are no longer any missing components.
While it is a [shell](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1876953) 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.
Contributor guide
Assessment
This issue has not been assessed yet.