This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <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")] |
NewerOlder