-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Area: Static GraphIssues with -graph, -isolate, and the related APIs.Issues with -graph, -isolate, and the related APIs.Partner requestPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasetriaged
Description
Issue Description
Repro:
- Create ProjectGraph instance
- Add ProjectReference to a new project
- Create another ProjectGraph instance
The second instance does not include the new project.
Steps to Reproduce
Unzip Repro.zip,
update path to SDK in Program.cs: MSBuildLocator.RegisterMSBuildPath(@"C:\Program Files\dotnet\sdk\9.0.301"); if needed and dotnet run from Repro directory.
Expected Behavior
Loaded projects:
pp\App.csproj
Loaded projects:
App\App.csproj
Lib\Lib.csproj
Actual Behavior
Loaded projects:
pp\App.csproj
Loaded projects:
App\App.csproj
Analysis
No response
Versions & Configurations
No response
Metadata
Metadata
Assignees
Labels
Area: Static GraphIssues with -graph, -isolate, and the related APIs.Issues with -graph, -isolate, and the related APIs.Partner requestPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasetriaged