I can't find any good examples on MEF2.
I would like to create a plugin directory and use a directory catalog to load up Imports.
What I would like:
- No attributes. Use of the Configuration Builder with Conventions
- Plugin directory
- When a dll is added the application is aware of new Exports available.
Could I just use Castle Windsor for this?