MEFX.Core.Unofficial
0.4.0
dotnet add package MEFX.Core.Unofficial --version 0.4.0
NuGet\Install-Package MEFX.Core.Unofficial -Version 0.4.0
<PackageReference Include="MEFX.Core.Unofficial" Version="0.4.0" />
paket add MEFX.Core.Unofficial --version 0.4.0
#r "nuget: MEFX.Core.Unofficial, 0.4.0"
// Install MEFX.Core.Unofficial as a Cake Addin #addin nuget:?package=MEFX.Core.Unofficial&version=0.4.0 // Install MEFX.Core.Unofficial as a Cake Tool #tool nuget:?package=MEFX.Core.Unofficial&version=0.4.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MEFX.Core.Unofficial:
Package | Downloads |
---|---|
CompositionTests
Uses ApprovalTests and MEFX to provide a simple interface for executing MEF Composition tests. |
|
MefContrib.Tools.VisualizationCore.Unofficial
The visual MEFX analytics window as UserControl for use as debug view from within the application |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.4.0 | 61,592 | 2/6/2012 |
This package provides the same library available from the MEF copdeplex site. You could retrieve this library by downloading MEFX 0.4. This library has not been altered, just packaged for convenience.