Skip to content

Release v3.16.0.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 26 Oct 00:36
· 971 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.


Release v3.16.0

  • added support for dash command line prefix on Windows (e.g. cscs -check script.cs)
  • Extended Linux support. Implemented transparent SystemWideLock to achieve system wide mutex Linux.
  • Significantly improved "clean up" algorithm to allow minimal or zero footprint of a fixed (not growing) size.
  • Added Settings.ConcurrencyControl (Standard, HighResolution, None)
  • Added support for "-check" - Check script fro errors without execution.
  • Issues#14: "It should be possible to disable injection of script AssemblyAttribute." Solution: Added setting InjectScriptAssemblyAttribute.
  • Added probing NuGet dirs in NoCache mode
  • Fixed unintended disabling of caching
  • Obsolete ResolveSourceFileHandler demoted to error.