I need to compile some f# source files at run-time into an assembly.
At the moment I am using Fsharp.Compiler.CodeDom and it does what I need it to do, however it seems like this library hasn't been maintained. I would like to know, am I using the right one?
Note: I saw some answers to similar questions to this one, but the questions were a few years old.