CS-Script.RoslynProvider
3.28.2
See the version list below for details.
dotnet add package CS-Script.RoslynProvider --version 3.28.2
NuGet\Install-Package CS-Script.RoslynProvider -Version 3.28.2
<PackageReference Include="CS-Script.RoslynProvider" Version="3.28.2" />
paket add CS-Script.RoslynProvider --version 3.28.2
#r "nuget: CS-Script.RoslynProvider, 3.28.2"
// Install CS-Script.RoslynProvider as a Cake Addin #addin nuget:?package=CS-Script.RoslynProvider&version=3.28.2 // Install CS-Script.RoslynProvider as a Cake Tool #tool nuget:?package=CS-Script.RoslynProvider&version=3.28.2
The CodeDom provider for CS-Script Class Library that targets Roslyn.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- CS-Script.bin (>= 3.28.2)
- Microsoft.Net.Compilers (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Release v3.28.2.0
* CS-Script.Core
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
- Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
* CS-Script
- Issue #108: Option to no longer suppress TargetInvocationException in AsmBrowser
- Fixed problem with `cscs -config:get` not handling the properties containing '_'
- Issue #107: //css_resource fails to resolve relative paths
- Solved problem with `MarshalByRefObjectWithInfiniteLifetime` being defined in both cscs and CSScriptLibrary
- Renamed MarshalByRefObjectWithInfiniteLifetime -> CSScriptLibrary.MarshalByRefObjectWithInfiniteLifetime
- Processing feedback on #98 fixes.