-
Notifications
You must be signed in to change notification settings - Fork 391
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
Transitive references do not show all the time in the Dependency node #1423
Comments
Wonder if this related to: #1392 |
it might be, true. since if you look at the pic B also does not have anything under A project, not only under ConsoleApp A's dependencies are missing. However it might be something else also. I suppose repro steps are the only thing your did? What was the restore status after adding project references? It's is hard to repro in general such things, if you see this (or similar) again , i would really need you to attach a debugger and set break points in http://index/?rightProject=Microsoft.VisualStudio.ProjectSystem.Managed.VS&file=ProjectSystem%5cVS%5cTree%5cDependencies%5cDependenciesSubTreeProviderBase.cs&line=242 (to see if we get any events from CPS) and in http://index/?rightProject=Microsoft.VisualStudio.ProjectSystem.Managed.VS&file=ProjectSystem%5cVS%5cTree%5cDependencies%5cDependenciesGraphProvider.cs&line=209 to see if it is even called for new dependency nodes or updated ones... on my machine i never could see such things , will try again. |
Can you verify if this still repros? |
I investigated that further and found a potential issue here , testing a fix right now. |
I repro this consistently with the MVC repo:
tag @NTaylorMullen as FYI |
Expected:
Actual:
To show the nodes, I had to restart VS. Even if I closed/reopened solution it didn't work.
The text was updated successfully, but these errors were encountered: