CS-Script.lib 3.28.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CS-Script.lib --version 3.28.0
                    
NuGet\Install-Package CS-Script.lib -Version 3.28.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CS-Script.lib" Version="3.28.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CS-Script.lib" Version="3.28.0" />
                    
Directory.Packages.props
<PackageReference Include="CS-Script.lib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CS-Script.lib --version 3.28.0
                    
#r "nuget: CS-Script.lib, 3.28.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CS-Script.lib&version=3.28.0
                    
Install as a Cake Addin
#tool nuget:?package=CS-Script.lib&version=3.28.0
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 96,591 12/21/2020
3.30.5-pre 896 12/20/2020
3.30.4 1,137 12/12/2020
3.30.3 52,020 5/30/2020
3.30.2-HotFix 945 4/27/2020
3.30.1.1-HotFix 1,157 1/17/2020
3.30.1-HotFix 1,028 12/17/2019
3.30.0 33,200 10/14/2019
3.29.0 22,855 5/22/2019
3.28.7 13,068 9/2/2018
3.28.4 6,659 4/28/2018
3.28.2 2,923 3/15/2018
3.28.0.1 2,828 2/5/2018
3.28.0 4,456 2/4/2018
3.27.2 9,832 8/11/2017
3.27.0 2,241 7/19/2017
3.26.2 1,887 6/30/2017
3.25.1 5,659 3/23/2017
3.24.2 1,888 3/5/2017
3.24.0 1,752 2/14/2017
3.22.0 1,718 1/30/2017
3.21.1 1,753 1/25/2017
3.18.1 2,121 12/3/2016

# Release v3.28.0.0

- CSScriptLib .NET Core v1.0.0.0 (NuGet package)
- Implemented debugging in RoslynEvaluator
- Implemented MarshalByRefObjectWithInfiniteLifetime to allow long leaving remote script objects
- Added MarshalByRefObjectWithInfiniteLifetime class for managing remote scripts lifetime
- Improved RoslynEvaluator error reporting
- Added exception handling on AsmHelper disposing.