CS-Script.lib.Roslyn by Oleg Shilo

<PackageReference Include="CS-Script.lib.Roslyn" Version="3.28.0" />

Package Files

0 bytes

 CS-Script.lib.Roslyn 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).

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CS-Script.lib.Roslyn</id>
    <version>3.28.0.0</version>
    <title>CS-Script Class Library (CSScriptLibrary.dll)</title>
    <authors>Oleg Shilo</authors>
    <owners>Oleg Shilo</owners>
    <licenseUrl>https://github.com/oleg-shilo/cs-script/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/oleg-shilo/cs-script/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/oleg-shilo/cs-script/master/Source/Logo/css_logo.ico</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>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).</description>
    <summary>This is the minimal package for hosting the script engine in .NET (full) applications.

It is the only package that you need to have CS-Script Roslyn-engine running on any .NET (full) application. While this package also allows script execution with CodeDom-engine, using Roslyn is essential for executing scripts of the C# 7.0 syntax.</summary>
    <releaseNotes>- 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.</releaseNotes>
    <copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
    <language>en-AU</language>
    <tags>C# Scripting Dynamic CS-Script csscript</tags>
    <dependencies>
      <dependency id="CS-Script.lib" version="3.27.0.0" />
      <dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="2.6.1" />
    </dependencies>
  </metadata>
</package>