MsBuildSkipEagerWildCardEvaluationRegexes
not respected
#9736
Labels
bug
Partner request
Performance-Scenario-General
This issue affects performance in general.
Priority:1
Work that is critical for the release, but we could probably ship without
regression
triaged
Milestone
NuGet (and some other systems) set
MSBuildSkipEagerWildCardEvaluationRegexes = [*?]+.*(?<!proj)$
to avoid spending time expanding globs for an evaluation that won't use them (for example, in NuGet static graph restore the evaluations don't need to expandCompile
orContent
globs since all NuGet cares about is package and project references).This appears to be broken in
17.10.0-preview-24101-01+07fd5d51f
:This shows concrete items for Content and Compile that were pulled in via glob.
The text was updated successfully, but these errors were encountered: