Using MEF in .NET Core

added by Ricardo Peres
3/18/2016 1:17:35 PM

8454 Views

For those who don't know, the Managed Extensibility Framework (MEF) is alive and well, and has been ported to .NET Core as Microsoft.Composition (source here). Not all of MEF has been ported, just MEF 2 ( System.Composition), not MEF 1 ( System.ComponentModel.Composition), meaning, we don't have the catalogs, which included, among others, the ability to load types from assemblies in a directory.


0 comments