731315163 / DynamicRun

Dynamically run code using .NET 6, Roslyn and AssemblyLoadContext

Home Page:https://laurentkempe.com/2019/02/18/dynamically-compile-and-run-code-using-dotNET-Core-3.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamicRun

Dynamically run code using .NET (Core 3.0, Core 3.1, 5 and 6) Roslyn and AssemblyLoadContext

You can read about it on my blog "Dynamically compile and run code using .NET Core 3.0"

.NET Core 3.0 preview 1, Roslyn and AssemblyLoadContext

<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="5.0.0" />

About

Dynamically run code using .NET 6, Roslyn and AssemblyLoadContext

https://laurentkempe.com/2019/02/18/dynamically-compile-and-run-code-using-dotNET-Core-3.0/

License:MIT License


Languages

Language:C# 100.0%