Skip to content

Release v3.19.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 12 Dec 05:23
· 871 commits to master since this release

Use choco install cs-script to deploy the release (instructions on how to use/enable choco).
If you prefer manual install then avoid using WinZip or WinRar as they lead to locking the downloaded content. Use 7zip instead.


  • Fixed problem with CSScript.GlobalSettings.InMemoryAssembly not being processed in CSScript.CacheEnabled = true cases. Affected only CSScriptLibrary.dll
  • Optimized RemovePathDuplicates implementation.
  • Added CSharpParser.SupressCodeAnalysis flag for profiling purposes.
  • Added u-test for CodeDOMEvaluator unsafe delegate creation
  • Added support for -wait switch: "Waits for user input after the execution before exiting."
  • Added support for -wait switch: "Waits for user input after the execution before exiting."
  • Minor runtime output improvement.
  • Fixed problem with '-dbg' switch not being correctly interpreted on args parsing