dolittle-obsolete / DotNET.Fundamentals

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

Leverage the execution context lifecycle hooks to dispose of IDisposables in Autofac #255

Open einari opened 4 years ago

einari commented 4 years ago

Depending on #254

The idea is to basically collect / dispose objects that are being tracked by Autofac and collect them when an execution context ends

https://autofaccn.readthedocs.io/en/latest/lifetime/index.html

┆Issue is synchronized with this Asana task