CS-Script.lib.Roslyn 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.Roslyn --version 3.28.0
NuGet\Install-Package CS-Script.lib.Roslyn -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.Roslyn" Version="3.28.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CS-Script.lib.Roslyn --version 3.28.0
#r "nuget: CS-Script.lib.Roslyn, 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.
// Install CS-Script.lib.Roslyn as a Cake Addin
#addin nuget:?package=CS-Script.lib.Roslyn&version=3.28.0

// Install CS-Script.lib.Roslyn as a Cake Tool
#tool nuget:?package=CS-Script.lib.Roslyn&version=3.28.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).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.28.4 1,596 4/28/2018
3.28.0.1 1,076 2/5/2018
3.28.0 950 2/4/2018

- 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.