dotnet / dotnet/project-system
Closing VS while a design time build occurs waits for that DTB to finish (if there is no cache)
Open
Performance-Scenario-Solution-Close
Priority:1
Tenet-Performance
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Using this solution: https://github.com/cartermp/usertest
Set the delay [here](https://github.com/cartermp/UserTest/blob/master/UserTest/UserTest.csproj#L30) to 60 seconds.
Open the solution, wait for the UI to show, then close.
Observation: It takes ~1 minute to close VS, which matches the delay.
If the DTB cache exists, then this won't happen.
Contributor guide
Assessment
This issue has not been assessed yet.