JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
566 stars 117 forks source link

Support for `IAsyncDisposable` #243

Closed kieronlanning closed 2 years ago

kieronlanning commented 4 years ago

Add support for IAsyncDisposable to enable disposable operations that require asynchronous execution, in the same way that IDisposable is currently supported.

Initially, this could be an ASP.NET Core integration only due to the async nature of the request pipeline.

jeremydmiller commented 3 years ago

I might try to get into this over the holidays

kieronlanning commented 3 years ago

Thanks @jeremydmiller!