Skip to content

Quote generator tool path in command line - #1809

Merged
Jevan Saks (jevansaks) merged 1 commit into
microsoft:mainfrom
filipnavara:quote-generator-tool-path
Sep 2, 2026
Merged

Quote generator tool path in command line#1809
Jevan Saks (jevansaks) merged 1 commit into
microsoft:mainfrom
filipnavara:quote-generator-tool-path

Conversation

@filipnavara

Copy link
Copy Markdown
Contributor

Fixes MSB6006 failures when the NuGet package cache path contains spaces: dotnet split the unquoted CsWin32Generator.dll path at the first space and failed to find the application. The path is now appended via CommandLineBuilder.AppendFileNameIfNotNull, which quotes only when necessary.

Fixes MSB6006 failures when the NuGet package cache path contains
spaces: dotnet split the unquoted CsWin32Generator.dll path at the
first space and failed to find the application. The path is now
appended via CommandLineBuilder.AppendFileNameIfNotNull, which quotes
only when necessary.
@jevansaks
Jevan Saks (jevansaks) enabled auto-merge (squash) September 2, 2026 19:14
@jevansaks
Jevan Saks (jevansaks) merged commit a871f77 into microsoft:main Sep 2, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants