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

Microsoft.PackageDependencyResolution.targets failed when project has %20 in the name #2905

Closed
livarcocc opened this issue Feb 4, 2019 · 2 comments
Labels
Milestone

Comments

@livarcocc
Copy link
Contributor

We have git repo with whitespace in name "Test repo". Once I cloned it in Windows 8.1 I got path "C:\somepath\Test%20repo". This path was generated by git clone command. When I open ASP.NET Core project under this path I can't see cs files at all. Once I change %20 to simple ' ' space it works. Not sure is this .NET Core or VS2017 or even git, but it once you have such path with %20 .net core projects fails.

The git part is not really needed. Just adding %20 to the name of the project will lead to the error.

@livarcocc livarcocc added this to the Unknown milestone Feb 4, 2019
dsplaisted pushed a commit to dsplaisted/sdk that referenced this issue Feb 19, 2020
…915.1 (dotnet#2905)

- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19465.1
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label.

@github-actions github-actions bot added the stale label Feb 5, 2025
Copy link
Contributor

github-actions bot commented Mar 7, 2025

This issue will now be closed since it has been labeled 'stale' without activity for 30 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant