This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
Steps to reproduce (note you may need to try this a few times - it doesn't always happen):
- Check out
aspnet/Mvc
- Run with "break on CLR exceptions" disabled
- Click on a PR
- Click on the checkout link for the PR
- Watch VS hang for a good amount of time
If you look at the output window, about 2250 ObjectDisposedExceptions are being thrown by TrackingCollection.RemoveItem. These exceptions are being caught in ModelService.GetPullRequests but I assume the sheer amount of exceptions being thrown and caught is causing a hang.