dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Improve binding when binding multiple interfaces to same type #87

Open einari opened 4 years ago

einari commented 4 years ago

In order to avoid multiple bindings for the same type, which causes problems with singleton and singleton per instance lifecycles when we ask the container to get an instance of the concrete type, we should do as proposed in this:

https://github.com/dolittle-fundamentals/DotNET.Fundamentals/pull/304#pullrequestreview-387825722

┆Issue is synchronized with this Asana task