List Question
17 TechQA 2024-01-11T12:03:12.700000IAsyncDisposable with Using statement in VB.NET
175 views
Asked by Keith Stein
How to dispose a service implementing IAsyncDisposable using Dependency Injection in .NET 7
2.3k views
Asked by TeaJ
Implementing both IDisposable and IAsyncDisposable
3.6k views
Asked by millie
MEF vs. IAsyncDisposable or iterate over all instantiated exports
100 views
Asked by Sebastian Schumann
How do IDisposable and IAsyncDisposable both work together?
234 views
Asked by nop
ConfigureAwait(false) and struct implementation of IAsyncDisposable
340 views
Asked by sjb-sjb
How do I get the "await using" syntax correct?
2.9k views
Asked by Bob Vesterman
Should I call IAsyncDisposable.DisposeAsync() in Program.cs using JS module?
620 views
Asked by Евгений Ляшенко
Inheriting from Stephen Cleary's Nito.Disposables NuGet package
250 views
Asked by nop
How to deal with IAsyncDisposable and IDisposable interfaces when no synchronous dispose available?
440 views
Asked by fharreau
How to consume a type which implements both IDisposable and IAsyncDisposable?
82 views
Asked by Enrico Massone
How to safely dispose of IAsyncDisposable objects retrieved with await foreach?
370 views
Asked by fred_
Proper way to deal with exceptions in DisposeAsync
1.8k views
Asked by Vlad
What is the difference between using and await using? And how can I decide which one to use?
32.5k views
Asked by Justin Lessard
Correct disposal in IAsyncEnumerable methods?
1.5k views
Asked by Julian Birch
What's the recommended way to deal with leaked IAsyncDisposable instances?
7.5k views
Asked by Kevin Montrose