dotvariant
dotvariant copied to clipboard
Handle types implementing `IAsyncDisposable`
Right now disposing is only handled for IDisposable
. However if a type implements IAsyncDisposable
the variant should implement that as well and delegate asynchronous disposing to the live value where appropriate.