Is there a way to add exported parts from a catalog to an existing MEF CompositionContainer? I\'m aware of ComposeExportedValue extension method, but what if I wanted to add a 开发者_StackOverflowwhol
I have a MEF\'s CompositionContainer, a contract (say IFoo) and a module (Prism module 开发者_JAVA技巧but it doesn\'t matter much here, just some component).
Here\'s the issue... if I use, say a directory catalog in MEF and have some.dll and copy of some.dll, i will get double the exports, even though they are defining the same type, is there a way to reso
I have an existing legacy style IDTExtensibility2, IDTCommandTarget Extension that I would like to remake using MEF for vs2010, but I can\'t find any resources concerning VS2010 MEF and context m开发者
i am having a huge problem with MEF when i am trying to dynamic load XAP files. When i am download the catalog/xap file with the the method call dc.DownloadAsync(); My Internet explorer will crash and
I am writing a small plugin architecture and I have decided to use MEF I have been told that we must use a config file.
i really dont get it work. say i have some classes with the same interface which i want to export. [Export(typeof(IService))]
New to Mef so I m on a discovery tour. I was wondering whether you could read from Configuration file like Unity does.
I want to refactor a DLL to make it MEFable too开发者_运维技巧. Should I unit test whether a class is decorated with [Export] or [Import] and other MEF attributes?Your tests should focus more on the g
I have an application (just a test) which uses MEF and PRISM. It\'s quite easy to load some exports that conform to specific interfaces