New Post: Two Singleton Instances
I am wondering if it is possible to have two singleton instances. I have a following scenario described below. I am looking for a way by which firstDeviceDriver and secondDeviceDriver are different...
View ArticleNew Post: MEF 2.0 (Nuget version) is not compatible with .NET 4.5.2
If you try to create a ContainerConfiguration in .NET 4.5.2, you will likely get the following error message:"The type 'System.Object' is defined in an assembly that is not referenced. You must add a...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for unsupported, pre-release versions of MEF. If you want to use MEF in production, you should strongly consider using the...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for unsupported, pre-release versions of MEF. If you want to use MEF in production, you should strongly consider using the...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleUpdated Wiki: Home
Welcome to the MEF Community SiteImportant: this site hosts source code for both MEF which ships as the part of the .NET framework which ships in box and is not portable the portable revision of MEF...
View ArticleNew Post: Understanding MEF
I just want to understand MEF in a comparison with the old plug-in style I have been using on a project. I use source code written in C# or Visual Basic. When the application starts, it looks in the...
View ArticleNew Post: Loading satellite assemblies
Any updates on this question please? I've run into same problem. Using AppDomain.ResolveAssembly event do the job, but is it desired behaviour? Doesn't MEF handle it itself?
View ArticleCommented Unassigned: AtomicComposition encountered an unexpected Exception...
Getting the following error occasionallyProcessEntry() failed. InvalidOperationException: AtomicComposition encountered an unexpected Exception, review InnerException for details.Stack Trace: at...
View ArticleNew Post: Loading satellite assemblies
[Pitchblack,Rabbit89] Couple of questions. 1) I presume you are using the version of MEF in .NET .4.5.1 not the Nuget package? Correct me if am wrong. 2) Could either of you send me a description of...
View ArticleCreated Unassigned: Open generics with type constraints and...
When creating an AssemblyCatalog and passing RegistrationBuilder, open generics where the generic interface has type constraints, stop working. See http://stackoverflow.com/q/24590096/782185
View ArticleCommented Unassigned: AtomicComposition encountered an unexpected Exception...
Getting the following error occasionallyProcessEntry() failed. InvalidOperationException: AtomicComposition encountered an unexpected Exception, review InnerException for details.Stack Trace: at...
View ArticleCommented Unassigned: AtomicComposition encountered an unexpected Exception...
Getting the following error occasionallyProcessEntry() failed. InvalidOperationException: AtomicComposition encountered an unexpected Exception, review InnerException for details.Stack Trace: at...
View ArticleReviewed: MEF Analysis Tool (mefx) for .NET 4.0 Beta (七月 10, 2014)
Rated 5 Stars (out of 5) - 太难找到下载的方法了,非要回复,真神勇
View ArticleNew Post: Associate a specific instance with an export
I'm attempting to move to MEF 2 and having trouble with some of the analogs. In MEF, you could compose a type and add it to the dictionary using a CompositionBatch like so: // Add the shared RootURI of...
View Article