Add support for IAsyncDisposable
dbeattie71 opened this issue · 3 comments
dbeattie71 commented
Describe the solution you'd like
An IInvocable
can implement IDisposable
and Dispose
is called when an invoable is ending. Add support for IAsyncDisposable
so DisposeAync
is called.
jamesmh commented
This requires upgrading essentially all the coravel packages to .net 5 lol. So far it's looking good. Should be done soon 👍
dbeattie71 commented
Its nothing urgent, a nice to have.
jamesmh commented
Should work with latest major version which supports .NET 6+ and IAsyncDisposable
🚀