New NuGet Version, Please? :)

first post: MichaelDBang wrote: Can we get a new version of this library in NuGet that has updated...

GenericContractTypeMapping is a sealed class so it's not possible to derive

first post: IngoVals wrote: GenericContractTypeMapping is a sealed class so it's not possible ...

latest post: pwlodek wrote: Can you please provide sample solution we can both work on ?

MefContrib.MVC3 and Lazy<T> imports on controllers

first post: GelatinousSlime wrote: It took me a while to figure out, but it seems that I cannot have ...

latest post: maartenba wrote: Can you post a small repro project so I can investigate?

ImportCardinalityMismatchException - Requested type has more than one instance

first post: dm_nazaryev wrote: Is there a way to resolve multiple registrations of the same type ...

latest post: dm_nazaryev wrote: This is confirmed! It's an ugly limiting trick, but still better th...

Generic method exports

first post: seanberg wrote: I would like to do the following composition: var container = new ...

latest post: pwlodek wrote: No, exporting generic methods is not yet supported by MEFContrib. Y...

MefContrib dll should be strong named

first post: seanberg wrote: Would it be possible to give the MefContrib dlls strong names? I ...

latest post: thecodejunkie wrote: The shortest answer I can give is that this will often lead to an u...

Are generics removed from the github repo?

first post: seanberg wrote: I don't see any of the source code for generics in the github repo...

latest post: TheCodeJunkie wrote: https://github.com/MefContrib/MefContrib/tree/master/src/MefContrib...

MEFContrib.MVC3 Importing Controllers with Base Class

first post: jdangelo wrote: It appears that, when my controllers inherit from a base class (whi...

latest post: maartenba wrote: Ok cool, thanks for letting us know!

Is there support planned for Unity 2.1?

first post: kcragin wrote: I can't use mefcontrib with Unity 2.1 without rebuilding it. Is th...

latest post: pwlodek wrote: Yes, it is planned. It will be available soon!

Unity + MEF Integration with UnityBootStrapper

first post: xiquon wrote: I am trying to convert the Prism v4 ModularityWithUnity.Desktop sa...

latest post: darkman666 wrote: 1. You should add Microsoft.Practices.Prism.MefExtensions 2. Regist...