-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Extension System #251
Comments
Move to high priority as it is now considered integral to the core. |
Escalating into a new feature. |
I believe @adryzz wanted to implement ACLs on this since from our specification, we do require the extensions to list their required capabilities. For now what we require are the following capabilities implemented:
|
Here's the formalized/finalized version of our extension architecture, for more details check out GH-256. |
Discussed in #216
Originally posted by sr229 May 9, 2021
This has been requested by the community; however, this is kinda low priority as we focus most on the core components. The way this works is the following:
MainMenu
..dll
or a.nupkg
which the program can "extract" or "compile" into a DLL, something we can do once we have a better idea with how to dynamically load assemblies.Anyone can propose a better design here since this is a RFC, we appreciate alternative approaches for this.
The text was updated successfully, but these errors were encountered: