You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause: CSharpCompiler.CompileAssemblyFromFileBatch_with_Build incorrectly formats the build command by not enclosing the project name in the quotation marks:
varcmd=$"build {projectFile.GetFileName()}{config} -o {output}{cliOptions}";itleadsto:dotnetbuild New Script4.csproj --configuration Release -o bin
The text was updated successfully, but these errors were encountered:
### CLI
- Issue #371: Location of script file Unable to get correct results in hosted script
- Issue #372: Execution with dotnet engine fails if the script has spaces in the name
### CSScriptLib
- Issue #371: Location of script file Unable to get correct results in hosted script
Steps to reproduce:
css "New script4.cs"
(e.g. from Botepad++)Cause:
CSharpCompiler.CompileAssemblyFromFileBatch_with_Build
incorrectly formats the build command by not enclosing the project name in the quotation marks:The text was updated successfully, but these errors were encountered: