The MefContrib 1.1 release brings some enhancements and bug fixes to the existing codebase.
List of Changes
- ConventionCatalog has new extension methods to ease the use of fluent interface
- ConventionCatalog has the ability to configure parts through XML configuration file
- InterceptingCatalog supports recomposition
- GenericCatalog has enhanced support for open-generics
List of Components
- ConventionCatalog - conventions based part registration, supports fluent interface and xml configuration (read more here)
- InterceptingCatalog - provides support for interception, part and export filtering and on-the-fly creation (read Introduction To InterceptingCatalog Part I and Introduction To InterceptingCatalog Part II)
- GenericCatalog - enables support for open-generics
- FilteringCatalog - enables parts filtering based on any criteria
- FactoryExportProvider - factory based registration (read this post)
- IoC integration layer - MEF / Unity
Source CodeMefContrib's source code is available on
Github.