Skip to content

Instantly share code, notes, and snippets.

View VacuumBreather's full-sized avatar

Andreas Schmitt VacuumBreather

View GitHub Profile
/// <summary>
/// Static helper class to debug failed MEF composition.
/// </summary>
public static class MefDebuggingHelper
{
/// <summary>
/// Writes missing import definitions to the debug console.
/// </summary>
/// <param name="container"></param>
[Conditional("DEBUG")]