You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A proof-of-concept dynamic script-based plugin system in C#.
*.cs files in .\plugins\ will be compiled to DLLs and be loaded into the running application.
Changes to the *.cs file will trigger a rebuild and re-import.
About
A proof-of-concept dynamicly recompiling plugin system in C#