We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da92da2 commit ecd8561Copy full SHA for ecd8561
csharp/tools/tracing-config.lua
@@ -102,10 +102,6 @@ function RegisterExtractorPack(id)
102
dotnetRunNeedsSeparator = false
103
dotnetRunInjectionIndex = i
104
end
105
- -- if we encounter a whitespace, we explicitly need to quote the argument.
106
- if OperatingSystem == 'windows' and arg:match('%s') then
107
- argv[i] = '"' .. arg .. '"'
108
- end
109
110
if match then
111
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }
0 commit comments