Skip to content

Support inheritance in DefaultAssemblyScanner und DefaultPluginLoader #76

@robin-83

Description

@robin-83

Hi,

I would like to build my own AssemblyScanner where I can exclude some files with extended scanner options. But I do not want to reinvent the wheel (meaning duplicate code) so the GetImplementationsOfTypeFromAssembly method should be protected so that I can use it after my custom directory scan.

Also I noticed that you cannot inherit from DefaultPluginLoader in a sensible way as nothing is virtual. So I had to build an adapter around the class. Perhaps you can work at these minor imperfections. That would be great. If you want, I can also create a pr with the required changes.

Thanks for your great work

Robin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions