Use the Roslyn runtime compiler to load modules during runtime - [x] Observe a folder (and its subfolders, preferably recursively) using FileSystemWatcher - [ ] Load any new file, unload removed files - [ ] Sort the classes based on a list of types, and cache the classes - [ ] Generate instances of said classes using a method
Use the Roslyn runtime compiler to load modules during runtime