Top 20 NuGet mef Packages

A package that is used to develop/extend plugins for the host composed by Beethoven
HTTP Hosting for Microsoft Restier (OData) services. Targets .NET Standard 1.3
Analyzers for MEF consumers to help identify common errors in MEF parts.
Service to provide DirectoryCatalogs for MEF.
XElement ExportProvider for MEF. Supports exporting xml and config files as XElement
Provides dinamic filtering of parts and exports from an underlying reflection-based catalog using a simple lambda expression that can inspect the export, its metadata and its exporting reflected type (part). Example: var filtered = new FilteringReflectionCatalog(innerCatalog) { // Filter all parts...
A package to create your own Proxy Switcher Action AddIn.
A collection of tools to help developers debug applications that use MEF
Uses ApprovalTests and MEFX to provide a simple interface for executing MEF Composition tests.
Microsoft PRISM 4.1 ported to Portable Class Library and Microsoft.Composition. Namespaces are not changed for convenience.
The SDK for QuiXtension Plugins
Common plugins to increase the productivity.
UI Support for the smart targets system
Realiza o controle de addons atravéz de fluxos de bibliotecas
This library provides a fix for the IDisposable memory leak in the Managed Extensibility Framework (MEF).
This library (strong name signed) provides a fix for the IDisposable memory leak in the Managed Extensibility Framework (MEF).
Provides a framework for wiring up and bootstrapping MEF based dependencies.
Owin Hosting with MEF project compiled for .NET Standard HttpListener that comes with Owin can not be used in .NET Standard scenarios as is bases on Windows specific implementation, thus set ServerFactory as below... var options = new StartOptions("http://localhost:8080/"); options. ServerFactory ...