-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio hangs and then crashes when opening a solution with a circular package graph #3374
Comments
This has the following hits:
|
This looks to be caused by a circular dependency in the "System.Runtime.CompilerServices.Unsafe (4.5.0-preview2-26312-02) (.NETStandard,Version=v1.3/System.Runtime.CompilerServices.Unsafe/4.5.0-preview2-26312-02)" package, it looks like it indirectly depends on itself:
We should fix the code to not crash in this case. |
@etbyrd This is a good one for you to pick up and take for 15.7. |
I've made .NET aware that this circular dependency exists. |
The issue is System.Xml.ReaderWriter:
It depends on Tasks.Extensions, which depends on Unsafe, which depends on NETStandard.Library, which depends on ReaderWriter, which depends on Extensions and so on. |
The corresponding VSO issue was moved to 15.8 due to small number of issues in recent version. Moving this one to 15.8 as well |
Fixed in #3474 |
Feedback items:
https://developercommunity.visualstudio.com/content/problem/103063/visual-studio-hangs-and-crashes-after-opening-solu.html
https://developercommunity.visualstudio.com/content/problem/210330/opening-a-large-solution-in-vs-causes-it-to-crash.html
The text was updated successfully, but these errors were encountered: