Questions tagged [iasyncdisposable]

16 questions
0
votes
0 answers

How to consume a type which implements both IDisposable and IAsyncDisposable?

I'm currently working with ASP.NET core 3.1 and C# 8. This is the very first time that I'm touching on the whole IAsyncDisposable story, so it is entirely possible that my understanding is only partial and that this question is a dumb one. Based on…
Enrico Massone
  • 6,464
  • 1
  • 28
  • 56
1
2