dotnet / dotnet/project-system
Make the Dependency Tree general purpose for all languages
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
This is the equivalent of https://github.com/dotnet/project-system/issues/2491, but tracking the dependency tree.
- [ ] Move DependenciesTree in CPS -or- install .NET Project System in all the same places as CPS
- Without this, DependenciesTree would not light up if we weren't installed.
- [ ] Embed the DependenciesTree rules into Project System
- Without this, these custom project types would need to ship all the same rules as us, with them getting out of date.
- [ ] Move dependency tree design-time targets to locations that are shared by all project types
- [ ] Move dependency tree .NET SDK targets to locations that are shared by all project types.
- [x] Let project types customize the name of the nodes: https://github.com/dotnet/project-system/issues/6604.
Contributor guide
Assessment
This issue has not been assessed yet.