You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting some dogfooding on aspire and noticed that the solution load is incredibly slow. While progress is seemingly being made, it has taken over 5 minutes and is not done.
I've noticed that the Roslyn server is getting spammed by two different requests (many many thousands of requests)
With the fix for the build only diagnostics requests, I'm still seeing thousands of razor/dynamicFileInfoChanged requests, appearing to overload the Roslyn server. 10 minutes after opening dotnet/aspire I'm still seeing 10s of requests per second (up to about ~8k requests total). Normal C# language features respond incredibly slowly as they get blocked in the queue by these ones.
Before this release, Roslyn does get ~1k razor/dynamicFileInfoChanged requests, but then they stop soon after solution load completes and no changes are made.
After this release, I've gotten up to ~9k requests that never seem to stop even while no changes are being made.
Starting some dogfooding on aspire and noticed that the solution load is incredibly slow. While progress is seemingly being made, it has taken over 5 minutes and is not done.
I've noticed that the Roslyn server is getting spammed by two different requests (many many thousands of requests)
And
~20k requests for each.
Additionally, there are many
workspace/diagnostic
requests as well, likely triggered by workspace refresh notifications.Sometimes the project loads, but the request spam makes it so no other features work.
Prerelease version 2.73.16
The text was updated successfully, but these errors were encountered: