120 packages tagged with “mef”
Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.
The MEF attributes and runtime classes in the .NET Managed Extensibility Framework (MEF) that are used for imports and exports, and exception types, in a .NET Standard compliant NuGet package form, as found in the System.ComponentModel.Composition namespace.
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries
Analyzers for MEF consumers to help identify common errors in MEF parts.
Use these extensions to build Prism applications based on MEF.
DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container
MEF Contrib is a community-developed library of extensions to the Managed Extensibility Framework (MEF).
Dapplo.CaliburnMicro.NotifyIconWpf adds Hardcodet.NotifyIcon.Wpf support to Dapplo.CaliburnMicro, a CaliburnMicro MEF Bootstrapper
Provides the composition services implementation using the System.Composition DI framework. Typically used areas and classes/interfaces/services: - WithMefCompositionContext. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Eml.MefBootstrapper.
Superset of MEF attributes. In addition to Export/Import contains attributes to support modern IOC (DryIoc) features
Dapplo.CaliburnMicro.Overlays makes it possible to position viewmodels as overlays
Managed Extensibility Framework (MEF) and Unity integration.
Documentation is included as part of the package. Source and current issues at https://github.com/mrvshah/Utilities Raise a bug at github or email viral.shah@hotmail.co.uk
Managed Extensibility Framework (MEF) interception support using Catle.Core.
Provides base classes for testing using the System.Composition (MEF) composition services. Typically used areas and classes/interfaces/services: - Composition: AutofacCompositionTestBase. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Super-set of MEF attributes. In addition to Export/Import contains attributes to support modern IOC (DryIoc) features.
The Composition Analysis Tool (Mefx) is a command-line application that analyzes library (.dll) and application (.exe) files containing Managed Extensibility Framework (MEF) parts. The primary purpose of Mefx is to provide developers a way to diagnose composition failures in their MEF applications without the requirement to add cumbersome tracing code to the application itself. It can also be useful to help understand parts from a library provided by a third party.
Elastic is a framework that helps to simplify the "wiring" phase of our applications.
An MVC3 IDependencyResolver wrapper for the Managed Extensibility Framework (MEF).
Fody add-in that helps with importing/exporting MEF interfaces.
Adds a VS MEF system with a pre-computed, cached MEF graph.
Extended MEF components, including providers, cataloges and lifecycle parts.
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 that don't have an "IsPublic" metadata PartFilter = part => part.PartDefinition.Metadata.ContainsKey("IsPublic") };
Ultra light WPF, MEF and MVVM enabled Framework.
A MEF bootstrapper for the Nancy web framework. This allows you to use System.ComponentModel.Composition as a container.
Realiza o controle de addons atravéz de fluxos de bibliotecas
Simple 'IoC' container wrapper.
Library to help to quickly and easily create applications using MEF and MVVM.