Skip to content

Support for plugin to modify plugin manager #24

@coman3

Description

@coman3

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

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions