Question about Reflection in C#: Handling Plugin Dependencies
I am working on a framework that allows dynamic loading of plugins at runtime without directly referencing their DLLs. The plugins are instantiated dynamically during runtime. However, I’m facing an issue with dependencies between plugins. If one plugin depends on another, and they belong to different assemblies, I encounter problems when trying to retrieve constructor parameters via reflection.