Skip to content

Release v2.0.0.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 18 Apr 12:10
· 26 commits to master since this release

This is the first release of the plugin purely targeting .NET 6 and higher.

New features and changes:

  • The plugin requires .NET 6 or higher to be installed on the target system for scripts to be run.
  • It is possible now to integrate the plugin to use a custom version of CS-Script and syntax services (e.g. installed from Chocolaty).
    You can do it from the settings dialog.

New limitations:

Some plugin legacy features are no longer available:

  • All Debugger features are removed.
    This is because the .NET debugger available in previous releases does not support .NET Core runtime.
    Use external debuggers instead ("Debug" button on CS-Script toolbar)
  • The interception of the Debug output of the script is removed.
    This is because the .NET Core runtime no longer supports this technique.