dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Implementing resilience with policies that plays friendly with our IoC setup #249

Closed einari closed 5 years ago

einari commented 5 years ago

Adhering to open/closed principle with extensible policies.

Supporting:

┆Issue is synchronized with this Asana task

einari commented 5 years ago

I needed features in our IoC that we didn't have, so added a few things there as well. Specifically the ability to bind to callbacks that can actually get the current binding context that holds the actual service being bound, which is very useful in open-generic bindings.