Skip to content
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

Dependencies tree refactor #8940

Closed
kvenkatrajan opened this issue Mar 28, 2023 · 2 comments · Fixed by #9008
Closed

Dependencies tree refactor #8940

kvenkatrajan opened this issue Mar 28, 2023 · 2 comments · Fixed by #9008
Assignees
Labels
Feature-Dependency-Node "Dependencies" node in Solution Explorer that display project, binary & package references Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. Tracking Tracking a bug against another repo or a larger thematic issue tracking a group of work. Triage-Approved Reviewed and prioritized
Milestone

Comments

@kvenkatrajan
Copy link
Member

kvenkatrajan commented Mar 28, 2023

Summary

This is a placeholder task to refactor the current dependency tree implementation within .NET Project System. This would be a prerequisite to AB#1503715 and AB#1781382

User Impact

This is an effort to make the make the dependencies tree more maintainable and reliable for supporting multi targeting and configuration switch scenarios in terms of UI display. Documentation will be added as a part of the refactor

@kvenkatrajan kvenkatrajan added Tracking Tracking a bug against another repo or a larger thematic issue tracking a group of work. Triage-Approved Reviewed and prioritized labels Mar 28, 2023
@kvenkatrajan kvenkatrajan added this to the 17.7 milestone Mar 28, 2023
@drewnoakes
Copy link
Member

drewnoakes commented Mar 31, 2023

Issues I'm hoping to address as part of this work:

Core fixes:

Probable fixes:

Stretch goals (even if not met, this work contributes to these):

@drewnoakes drewnoakes added the Feature-Dependency-Node "Dependencies" node in Solution Explorer that display project, binary & package references label Mar 31, 2023
@drewnoakes
Copy link
Member

drewnoakes commented May 10, 2023

PR is up for this work: #9008

An additional PR against NuGet.Client fixes a few more issues: NuGet/NuGet.Client#5146

@ghost ghost added the Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature-Dependency-Node "Dependencies" node in Solution Explorer that display project, binary & package references Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. Tracking Tracking a bug against another repo or a larger thematic issue tracking a group of work. Triage-Approved Reviewed and prioritized
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants