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
Repro steps:
var adapter = new UnityContainerAdapter(new UnityContainer().EnableDiagnostic());Expected:
The test passes
Actual:
The test fails