Results 4 comments of Semih Okur

Thanks for the suggestion. As far as I know, most DisposeAsync implementations are not truly asynchronous. There is actually a perf penalty when using DisposeAsync for those IAsyncDisposable interfaces. Because...

Yes, I can implement such an analyzer. There is a built-in one to detect those cases under methods with async modifier. You will see the following warning if you add...

Yes, the behaviour needs to be the same On Mon, Dec 9, 2013 at 12:20 AM, danielmarbach [email protected] wrote: > Hy > Thanks for the pull. We need to review...