Release v4.6.3
Deployment
Ubuntu (terminal)
repo=https://github.com/oleg-shilo/cs-script/releases/download/v4.6.3.0/; file=cs-script_4.6-3.deb; rm $file; wget $repo$file; sudo dpkg -i $file
Depending on the user context you may need to add permissions to the CS-Script temp dir sudo chmod -R 777 /tmp
Windows (choco)
Currently pending Chocolaty approval...
choco install cs-script
Manual (Any OS)
Just unpack the corresponding 7z file and start using the script engine executable cscs
.
If you prefer you can build a shim exe css
for an easy launch of the script engine process:
dotnet cscs -self-exe
The same shim/symbolic link is created if you are installing the CS-Script as a package.
The primary feature of this release is WDBG - a web-based debugger.
Starting debugger:
css -wdbg script.cs
Changes
CLI
- WDBG: Fixed problem with invalid breakpoint info passing to client
- Added
-new:webapi
supportcss -new:webapi script.cs # or for minimalistic (no swagger) version css -new:webapi-min script.cs
CSScriptLib
no changes