Open Varorbc opened 4 years ago
tag @drewnoakes
I can repro this in Version 16.8.0 Preview 2.0 [30410.76.master], but only under very specific conditions:
Not pre-expanding the parent tree causes it to show. Reloading the project/solution causes it to show. Removing the project reference and re-adding it causes it to show.
My assumption is that the attached collection is being lazily created in such a way as to not receive future updates when they arrive. Note though that once the node has children, future children can be added without problem.
Potentially relevant code: https://github.com/NuGet/NuGet.Client/pull/3392/files#diff-a5a55c7613fcaf2f4fbe63fbcfa1eb7cR45
@drewnoakes
- Create the empty parent project
- Create the empty child project
This problem also exists for non-empty projects
@Varorbc those are minimal steps to repro the problem.
This still repros.
Visual Studio Version:16.8.0 preview 1.0
Summary:
Steps to Reproduce: