I am attempting to port some .NET Framework code to .NET Core. The code uses CodeDOM to perform dynamic compilation.
I've learned that .NET Core removed CodeDOM but I haven't found a drop-in replacement. So, my question is: how can I replicate the functionality that used to be provided by CodeDOM?