I recognized, that MEF is limited for metro style apps. There is no container anymore, so how can I get specific exported values like ILogger logger = container.GetExportedValues<ILogger>();?
Is the any tutorial available covering the metro version of MEF?
Thanks for Help,
Eny
As I already wrote in the comment, I don’t really like this approach, but it is the best what I have up to this moment:
and the simple use-case might be this one:
I don’t care about performance at this moment, but I guess I’ll add caching of factory providers or factories later