How To dynamically compile Code in .NET Core

1k views Asked by At

The nuget package 'Microsoft.CodeAnalysis' can not be use in .net standard environment. How To dynamically compile Code in .NET Core?

1

There are 1 answers

2
kemal akoğlu On

This one helped me in previous but after i implement i decided to use T4 template. Maybe you want to take a look T4 but this is for you; https://www.codeproject.com/Tips/715891/Compiling-Csharp-Code-at-Runtime