mhinze / ShortBus

In-process mediator with low-friction API
MIT License
210 stars 41 forks source link

Updated unity resolver to resolve all instances #37

Open kentcooper opened 9 years ago

kentcooper commented 9 years ago

Updated UnityDependencyResolver's GetInstances method so it will return all the instances both named and unnamed in the unity container. The original functionality would have only pulled in the named instances which could cause some confusion since the other DI frameworks would have pulled in everything. This should resolve mhinze/ShortBus#36

kentcooper commented 9 years ago

Oh I also added a unit test.