-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Describe the bug
Creating a project in a directory with quotes fails.
To Reproduce
$ mkdir 'dir"with"quote'
$ cd dir\"with\"quote
$ dotnet new console
The template "Console App" was created successfully.
Processing post-creation actions...
Restoring /Users/rolf/test/dotnet/dir"with"quote/dir"with"quote.csproj:
MSBUILD : error MSB1009: Project file does not exist.
Switch: /Users/rolf/test/dotnet/dirwithquote/dirwithquote.csproj
Restore failed.
Post action failed.
Manual instructions: Run 'dotnet restore'
$ dotnet --version
10.0.100-rc.1.25451.107