Skip to content

Release v4.6.2

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 29 Dec 06:29
· 292 commits to master since this release

Deployment

Ubuntu (terminal)

repo=https://github.com/oleg-shilo/cs-script/releases/download/v4.6.2.0/; file=cs-script_4.6-2.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

Read more

Changes

CLI

  • WDBG: implemented fully functional web-based debugger
  • Issue #319: "Bad IL format" on self-contained linux-x64 builds if using namespace with same name as assembly
  • Fixed false positive of OutOfDate detection. Caused by the imported files stored in the script file stamp without their full path

CSScriptLib

no changes

Full Changelog: v4.6.1.0...v4.6.2.0