-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
releaseRelease branchRelease branch
Milestone
Description
container/src/UnityContainer.Resolution.cs
Line 170 in 7df8bdb
// Ignore |
Had an issue using the unity container as a bootstrapper for a simple Nancy app where I could see a two types being registered, but only ever one returned when Resolve<IEnumerable> was called.
Turned out that there was an assembly binding error which was suppressed in the above line.
This issue was identified by switching to the Autofac version of the bootstrapper where it did not hide the exception. I believe that Unity should do the same.
Metadata
Metadata
Assignees
Labels
releaseRelease branchRelease branch