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
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