CS-Script.lib
3.25.1
See the version list below for details.
dotnet add package CS-Script.lib --version 3.25.1
NuGet\Install-Package CS-Script.lib -Version 3.25.1
<PackageReference Include="CS-Script.lib" Version="3.25.1" />
<PackageVersion Include="CS-Script.lib" Version="3.25.1" />
<PackageReference Include="CS-Script.lib" />
paket add CS-Script.lib --version 3.25.1
#r "nuget: CS-Script.lib, 3.25.1"
#:package CS-Script.lib@3.25.1
#addin nuget:?package=CS-Script.lib&version=3.25.1
#tool nuget:?package=CS-Script.lib&version=3.25.1
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 | 114,963 | 12/21/2020 |
3.30.5-pre | 906 | 12/20/2020 |
3.30.4 | 16,357 | 12/12/2020 |
3.30.3 | 67,800 | 5/30/2020 |
3.30.2-HotFix | 950 | 4/27/2020 |
3.30.1.1-HotFix | 1,164 | 1/17/2020 |
3.30.1-HotFix | 1,034 | 12/17/2019 |
3.30.0 | 48,501 | 10/14/2019 |
3.29.0 | 38,241 | 5/22/2019 |
3.28.7 | 28,377 | 9/2/2018 |
3.28.4 | 21,896 | 4/28/2018 |
3.28.2 | 18,165 | 3/15/2018 |
3.28.0.1 | 18,062 | 2/5/2018 |
3.28.0 | 19,733 | 2/4/2018 |
3.27.2 | 25,081 | 8/11/2017 |
3.27.0 | 17,474 | 7/19/2017 |
3.26.2 | 17,128 | 6/30/2017 |
3.25.1 | 21,115 | 3/23/2017 |
3.24.2 | 17,118 | 3/5/2017 |
3.24.0 | 16,980 | 2/14/2017 |
3.22.0 | 16,942 | 1/30/2017 |
3.21.1 | 16,993 | 1/25/2017 |
3.18.1 | 17,353 | 12/3/2016 |
# Release v3.25.1.0
* Added support for C# 7.
* Added setting `LastCompilingResult` even when compiling script has failed.
* Issue #47: Error while compiling related to environment block
* Added CSScript.IgnoreSystemWideConfig()
* Disabled "dbg.print" triggered injection of System.Linq/Core on Linux
* Disabled dbg.cs inclusion if dbg.print is disabled
* Fixed problem with propagating `CSScript.GlobalSettings.EnableDbgPrint` for hosted execution
* Added VS2017 shel extensions
* Adding extra referenced namespaces when `CSScript.GlobalSettings.EnableDbgPrint == true` is made runtime version aware to avoid adding System.Linq for .NET 3.5. (System.Linq.dll exists only on .NET 4.0+)