Sourced from CS-Script.Core's releases.
\n\n\nRelease v2.0.0.0
\nThe first .NET5 release
\nThis is the first CS-Script.Core release that targets .NET 5.\nThis build is to be re-versioned as v4.0.0.0 and published on https://github.com/oleg-shilo/cs-script as "CS-Script".
\nAfter that the repository will be decommissioned and the product will be fully managed from https://github.com/oleg-shilo/cs-script
\n
\nDeployment
\nUbuntu (terminal)
\n\nrepo=https://github.com/oleg-shilo/cs-script.core/releases/download/v2.0.0.0/; file=cs-script_2.0-0.deb; rm $file; wget $repo$file; sudo dpkg -i $file\nWindows (choco)
\n\nchoco install cs-script.core --version=2.0.0.0 \nManual\nJust unpack the corresponding 7z file and start using the script engine executable
\ncscs.\nIf you prefer you can build a shim execssfor an easy launch of the script engine process:\ncscs -self-exe\nThe same shim/symbolic link is created if you are installing the CS-Script as a package.
\n
\nChanges
\nCLI
\n\n
\n- New commands:\n
\n\n
\n- \n
-server- for managing build server- \n
-vscode- to open script in VSCode- \n
-vs- to script project in Visual Studio- \n
-self-test- for testing the engine on the target system- \n
-self-exe- for building css launcher for manual deployment- \n
-engine:<csc|dotnet>- \n
-new:toplevel- CLI parameter- \n
-profile- for testing script loading performance- \n
-speed- for compiler performance testing- Added css
\n- Added creation of
\ncode.headeron first use of CLI command-code- Added complex (multi-file) commands support (e.g. css -self-test-run)
\n- Implemented build server
\n- Implemented hot-loading for csc engine.
\n- Normalized all \\n and \\r\\n CLI output by using Environment.NewLine
\n- Added reporting using of incompatible csc compiler for scripts requiring XAML compilation
\nCSScriptLib
\n\n
\n\n- Implemented //css_winapp for WinForm and WPF applications
\n
... (truncated)
\n9a9169d Merge pull request #19 from oleg-shilo/NET5_preview14e7f17 # Release v2.0.0.09a15acb - Added CSScriptLib support for VB syntaxd4f0d35 - Added VB supporteb39154 - Published on Chocoe32e090 # Release v1.4.5.0-NET5-RC5064fc4f - Added css -server:restart CLI parameter726580b - Fixed "composite-commands" on Linux01ca9b9 - Addressed all compiler warnings356ea91 # Release v1.4.5.0-NET5-RC5Sourced from Microsoft.CodeAnalysis.Scripting.Common's releases.
\n\n\n.NET 5.0 Preview 2
\nRelease Notes\nInstall Instructions
\n\n
\n- Installer
\n- Windowsdesktop
\n- Runtime
\n- Aspnetcore
\n- templating
\n- SDK
\n- winforms
\n- WPF
\n- WCF
\n- standard
\n- blazor
\n- ASPNETCORE-Tooling
\n- EF Core
\n- Extensions
\n- roslyn
\n- fsharp
\n- WebSDK
\n