Correct disposal in IAsyncEnumerable methods?...
Read MorePerform time consuming disposal asynchronously...
Read MoreIAsyncDisposable: should DisposeAsyncCore call Dispose(false)?...
Read MoreImplementing both IDisposable and IAsyncDisposable...
Read MoreWhat is the difference between using and await using? And how can I decide which one to use?...
Read MoreMEF vs. IAsyncDisposable or iterate over all instantiated exports...
Read MoreIAsyncDisposable with Using statement in VB.NET...
Read MoreHow to dispose a service implementing IAsyncDisposable using Dependency Injection in .NET 7...
Read MoreWhat's the recommended way to deal with leaked IAsyncDisposable instances?...
Read MoreHow do I get the "await using" syntax correct?...
Read MoreConfigureAwait(false) and struct implementation of IAsyncDisposable...
Read MoreProper way to deal with exceptions in DisposeAsync...
Read MoreInheriting from Stephen Cleary's Nito.Disposables NuGet package...
Read MoreHow to safely dispose of IAsyncDisposable objects retrieved with await foreach?...
Read More