Viable options for C#/.NET Core scripting?
Building a process that will require dynamic c# code to be generate and ran. Details don't really matter. But ultimately, there is a user facing process which allows certain options to be selected and once "submitted", I need to turn that into a .NET Library which can be called over and over again over time so it needs to be written out to disk. The physical name of the file can be a GUID to avoid conflicts. Is this what Roselyn is for? Don't know much about it, so I was hoping I could get some good info on my that or other options here.
0 comments:
Post a Comment