Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script loading during runtime #4

Open
1 of 4 tasks
Exouxas opened this issue May 23, 2022 · 0 comments
Open
1 of 4 tasks

Script loading during runtime #4

Exouxas opened this issue May 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Exouxas
Copy link
Owner

Exouxas commented May 23, 2022

Use the Roslyn runtime compiler to load modules during runtime

  • 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
@Exouxas Exouxas added the enhancement New feature or request label Jul 3, 2022
@Exouxas Exouxas changed the title Milestone 3 - Script loading during runtime Script loading during runtime Jul 3, 2022
@Exouxas Exouxas added this to the Preparations for beta version milestone May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant