Graph restore fails due to unexpanded wildcards #14018
Labels
Area:RestoreStaticGraph
Issues related to the Static Graph restore
Functionality:Restore
Triage:NeedsTriageDiscussion
Type:Bug
NuGet Product Used
MSBuild.exe
Product Version
various
Worked before?
no
Impact
It's more difficult to complete my work
Repro Steps & Context
Project with something like:
results in:
Upon inspecting the binlog (after commenting out the metadata):
Poking around I found that static graph restore sets
MSBuildSkipEagerWildCardEvaluationRegexes
to avoid expanding wildcards.Note: For this specific case a workaround is to use this instead:
Since the intent of using
Path.GetDirectoryName
was simply to remove the trailing slash from%(RecursiveDir)
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: