Can plugins loaded with MEF resolve their own internal dependencies with the same MEF container for
- by Dave
From my experimentation, I think the answer is "kind of", but I could have made a mistake.
I have an application that loads appliance plugins with MEF. That part is working fine.
Now let's say that my BlenderAppliance wants to resolve several of its dependencies with MEF, which each implement IApplianceFeature. I've just used the ImportMany…