Posts tagged with "Roslyn"

Dynamically compile and run code using .NET Core 3.0

Feb 18, 2019

Let' see in this blog post the new possibility offered by .NET Core 3.0 preview 2 to load and unload assemblies at run time using AssemblyLoadContext.

Continue reading