Repro steps:
- Go to repo https://github.com/LogoFX/logofx-client-bootstrapping-adapters-unity
- Go to test MultipleImplementationAreRegisteredByType_ResolvedCollectionContainsAllImplementations
- Modify the first line to be
var adapter = new UnityContainerAdapter(new UnityContainer().EnableDiagnostic());
- Run the test
Expected:
The test passes
Actual:
The test fails