-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Check the possibility to add:
Thoughts are a "PluginManager" plugin, that allows us to choose what to load, how to handle extra assets etc. This will allow allow for custom plugin types.
Thinking of maybe adding the plugin management process into the service container via interfaces such as:
- IPluginAssetManager (provides commands for what to do with assets from a plugin)
- IPluginAssemblyManager (provides commands for what to do with assemblys from a plugin - eg. do we load)
- IPluginViewsManager (provides commands for what application parts we add to the project, and which order they are added in)
- IPluginManager (provides the overall control of the plugin instances/ assemblies / views and assets that are found / loaded, and what to do with them)
Then searching for these types in the plugin folder before initializing the application (so that this can be a drop in replacement as well)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested