CS-Script.lib.Roslyn 3.28.0.1

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.1
NuGet\Install-Package CS-Script.lib.Roslyn -Version 3.28.0.1
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.1" />
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.1
#r "nuget: CS-Script.lib.Roslyn, 3.28.0.1"
#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.1

// Install CS-Script.lib.Roslyn as a Cake Tool
#tool nuget:?package=CS-Script.lib.Roslyn&version=3.28.0.1

Changes: Fixed typo in release notes

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,594 4/28/2018
3.28.0.1 1,074 2/5/2018
3.28.0 948 2/4/2018

# Release v3.28.0.0

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