vs-mef icon indicating copy to clipboard operation
vs-mef copied to clipboard

Managed Extensibility Framework (MEF) implementation used by Visual Studio

VS MEF (Visual Studio's flavor of the Managed Extensibility Framework)

NuGet package Build Status codecov Join the chat at https://gitter.im/vs-mef/Lobby

Features

  • A new, faster host for your existing MEF parts
  • Reuse the MEF attributes you're already using
  • ExportFactory<T> support to create sub-containers with scoped lifetime (i.e. sharing boundaries)

Documentation

  • Why VS-MEF?
  • Differences between .NET MEF, NuGet MEF and VS MEF
  • Hosting
  • more docs