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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MEFX.Core.Unofficial" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MEFX.Core.Unofficial --version 0.4.0
#r "nuget: MEFX.Core.Unofficial, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 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.