Skip to content

IAssemblyProvider too specific #105

@fraserkyle

Description

@fraserkyle

I beleive that the IAssemblyProvider interface is too specific. I intend to use ExtCore to create a simple pluggable CMS which will allow installation of Packages containing ExtCore extensions.

Packages will be created as projects, containing json files, detailing the content of each package. A database table will be maintained containing reference to installed packages. My intention is to create a new Assembly Provider which will return assemblies for the packages recorded as installed on my SQL table.

Is this the intended use for the IAssemblyProvider interface? If so then can the path and includeSubpaths parameters within GetAssemblies be made properties of the implementation rather than the declaration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions