Release v3.19.0
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 inCSScript.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