BADF00D / DisposableFixer

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Other
35 stars 7 forks source link

Add support for IAsyncLifetime #157

Open nicovv44 opened 2 years ago

nicovv44 commented 2 years ago

Simple: if I dispose my field in public async Task DisposeAsync() (as part of IAsyncLifetime), the intellisense still complains and propose to dispose in public void Dispose() (as part of IDisposable).