-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
needs-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triagedxplat
Description
There are some places in MSBuild that restrict what characters a path may have, assume the FS is case insensitive, impose limits on path lengths, etc.
For example, this code ignores the expansion of some globs with escaped * characters in them. Unix paths can have * in them.
We should probably at some point decide whether MSBuild should keep Windows only path constraints on crossplat. One argument for preserving the same constraints over all OSes is that building the same crossplat project on multiple OSes should result in the same build output.
Nirmal4G
Metadata
Metadata
Assignees
Labels
needs-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triagedxplat