Static graph-based restore does not respect Interactive option when loading projects #12907
Labels
Area:RestoreStaticGraph
Issues related to the Static Graph restore
Category:Quality Week
Issues that should be considered for quality week
Priority:2
Issues for the current backlog.
Type:Bug
Milestone
NuGet Product Used
MSBuild.exe
Product Version
Any
Worked before?
No
Impact
It's more difficult to complete my work
Repro Steps & Context
Static graph-based restore evaluates MSBuild projects in-process but there previously was not an option for these evaluations to respect being interactive/non-interactive. I fixed this by updating the proper APIs in MSBuild to allow setting this option: dotnet/msbuild#8533
Static graph-based restore will need to compile against MSBuild 17.7+ to see this API and set it based on the user's option.
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: