Skip to content
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

.NET Core project doesn't work inside a file path with '%20' characters. #5727

Closed
lifengl opened this issue Sep 9, 2020 · 2 comments
Closed
Labels
bug needs-triage Have yet to determine what bucket this goes in.

Comments

@lifengl
Copy link

lifengl commented Sep 9, 2020

There are some msbuild logic unescapes strings incorrectly, and when a NET Core project is put inside a folder with '%20' in the name, several things are broken down:

1, globbing doesn't seem to work, files inside the project cone are no longer picked up

2, properties like ProjectAssetsFile is computed with a wrong path (where %20 has been expanded to a space character).

@lifengl lifengl added bug needs-triage Have yet to determine what bucket this goes in. labels Sep 9, 2020
@lifengl
Copy link
Author

lifengl commented Sep 9, 2020

@rainersigwald
Copy link
Member

Duplicate of #2178

@rainersigwald rainersigwald marked this as a duplicate of #2178 Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage Have yet to determine what bucket this goes in.
Projects
None yet
Development

No branches or pull requests

2 participants