mhinze / ShortBus

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

various container implementations which resolves #2 #12

Closed kmc059000 closed 10 years ago

kmc059000 commented 10 years ago

Removed the direct dependency on StructureMap. Allow setting DependencyResolver using Funcs. Added IDependencyResolver implementations for Autofac, Ninject, Unity, Windsor and of course StructureMap. Nuspec files for the new container implementations

mhinze commented 10 years ago

:+1: very nice, thank you.