I currently have a C# desktop program that is able to work with new C# plugins.
My goal is to modify the existing C# application to allow for scripts to be used as plugins. These scripts could be in JavaScript, Windows Script Host (WSh), or any other format. They need to act as plugins and be compiled and executed at runtime.
I am curious if C# has built-in functionality for compiling and running scripts. If you have suggestions for helpful DLLs, useful links, or projects that provide this capability, please share them with me.