CS-Script.lib
3.22.0
See the version list below for details.
dotnet add package CS-Script.lib --version 3.22.0
NuGet\Install-Package CS-Script.lib -Version 3.22.0
<PackageReference Include="CS-Script.lib" Version="3.22.0" />
<PackageVersion Include="CS-Script.lib" Version="3.22.0" />
<PackageReference Include="CS-Script.lib" />
paket add CS-Script.lib --version 3.22.0
#r "nuget: CS-Script.lib, 3.22.0"
#addin nuget:?package=CS-Script.lib&version=3.22.0
#tool nuget:?package=CS-Script.lib&version=3.22.0
Class Library assembly for the CS-Script engine (no dependencies). CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.
This package distributes only the raw CS-Script engine so you can use it (if required) with untested dependencies (e.g. any version of Roslyn).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CS-Script.lib:
Package | Downloads |
---|---|
CS-Script.lib.Roslyn
Class Library assembly for the CS-Script engine (no dependencies). CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language. This package distributes only the raw CS-Script engine so you can use it (if required) with untested dependencies (e.g. any version of Roslyn). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CS-Script.lib:
Repository | Stars |
---|---|
leezer3/OpenBVE
OpenBVE- A free train simulator
|
Version | Downloads | Last Updated |
---|---|---|
3.30.5.1 | 105,302 | 12/21/2020 |
3.30.5-pre | 898 | 12/20/2020 |
3.30.4 | 8,762 | 12/12/2020 |
3.30.3 | 59,816 | 5/30/2020 |
3.30.2-HotFix | 947 | 4/27/2020 |
3.30.1.1-HotFix | 1,159 | 1/17/2020 |
3.30.1-HotFix | 1,030 | 12/17/2019 |
3.30.0 | 40,868 | 10/14/2019 |
3.29.0 | 30,554 | 5/22/2019 |
3.28.7 | 20,721 | 9/2/2018 |
3.28.4 | 14,291 | 4/28/2018 |
3.28.2 | 10,560 | 3/15/2018 |
3.28.0.1 | 10,462 | 2/5/2018 |
3.28.0 | 12,100 | 2/4/2018 |
3.27.2 | 17,475 | 8/11/2017 |
3.27.0 | 9,874 | 7/19/2017 |
3.26.2 | 9,520 | 6/30/2017 |
3.25.1 | 13,396 | 3/23/2017 |
3.24.2 | 9,523 | 3/5/2017 |
3.24.0 | 9,384 | 2/14/2017 |
3.22.0 | 9,346 | 1/30/2017 |
3.21.1 | 9,385 | 1/25/2017 |
3.18.1 | 9,752 | 12/3/2016 |
# Release v3.22.0.0
* Added dbg.print injection to the csws.exe to match it with cscs.exe.
* Issue #39: Suggestion for minor improvement in AsmHelper.Invoke()
* Issue #40: Suggestion for minor improvement in ScriptParser..ctor()
* Added `CompilerParameters` to the CSScript.CompilingHistory collection. Related to issue #26
* Added -config switch for CLI
* Implemented support for reversed order of parameters for the command specific help.
* Fully prepared for integration with N++ (and other editors)
* Added creating shadow copy of Roslyn services during first config to avoid dir locking because of running Roslyn binaries
* Staretd removal of obsolete .NET1.1 code (conditional compiler directives).