Does existing c# .net core “plugin pattern” works with plugin depths bigger than 1?
I’ve been trying to use this C# .NET Core tutorial: creating-app-with-plugin-support for let’s call it “plugin pattern” to create an application which would allow to use an arbitrary deep structure of master/plugin classes e.g. instead of having one main app which loads different assemblies as plugins and correctly resolves their dependencies I wanted to have those plugins become “masters” for their plugins too.