-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
priority:highBugs or Features that requires immediate attention.Bugs or Features that requires immediate attention.
Description
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:
- Extensions can expose their settings in
MainMenu
. - They will be strictly be conformant to the o!f model to properly load. This is considered "bare minimum" for what people requires to make an extension.
- They will be packaged as either a
.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.
Metadata
Metadata
Labels
priority:highBugs or Features that requires immediate attention.Bugs or Features that requires immediate attention.
Type
Projects
Status
Done