-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paths don't round trip on Unix #11418
Comments
|
|
Round tripping is related to dotnet/runtime#1061 |
Tracked by dotnet/msbuild#2178. Unfortunately, I don't think there's an easy way to resolve this because the MSBuild engine's internal escaping code is a typeless mess. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing out path problems in other parts of the system I ran into this case on unix
The
%20
in the actual path/Users/lewing/Source/Test#our codedir/File%20Test
is being unescaped incorrectly leading to a build failure.The text was updated successfully, but these errors were encountered: