Simple class library that wraps the C# Roslyn compiler, so that a C# string or text stream can be compiled and loaded as a dynamic assembly at runtime.
Info
Version: | 1.0.1 |
Author(s): | Sean D Smith |
Last Update: | Wednesday, January 30, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RopleyIT/DynamicCSharp |
NuGet Url: | https://www.nuget.org/packages/DynamicCSharp |
Install
Install-Package DynamicCSharp
dotnet add package DynamicCSharp
paket add DynamicCSharp
DynamicCSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp(>= 2.10.0)
- Microsoft.Extensions.DependencyModel(>= 2.1.0)