Version Used:
Latest .Net8
Steps to Reproduce:




- Setup, have a _solutionPath that is linked to ur solution. (screenshot 1)
- Use the following methods (screenshot 2)
- Then check what projects are actually given. (screenshot 3 and 4)
Actual Behavior:
Both return the same list, while my inspected project only has a direct reference to Test3 and Core, Test and Test2 should be transitive references.
Expected Behavior:
This is a custom extension i wrote to make it work like intended, here we can fill the list with what is direct reference and transitive based on if its contained or not.

