Identify graph roots in the ProjectGraph
Open
Area: Static Graph
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
Exposing graph roots (which may not necessarily be the same as the entry points when multiple are supported, see #3795) can help consumers identify when there are disconnected graphs in the ProjectGraph.
This is a "nice to have" expressed by some potential consumers as they could figure this out themselves by traversing the full graph once. This work is only useful after #3795 is done.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.