Replies: 2 comments
-
Dynamically loading assemblies is covered by reflection via |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is something we can provide using a NuGet package. We'll need to strive to make |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions