Is it possible to mix MEF and Unity within a MEF-based plugin?
- by Dave
I'm finally diving into Unity head first, and have run into my first real problem. I've been gradually changing some things in my app from being MEF-resolved to Unity-resolved. Everything went fine on the application side, but then I realized that my plugins were not being loaded.
I started to look into this issue, and I believe it's a case…