You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Simple: if I dispose my field in
public async Task DisposeAsync()
(as part ofIAsyncLifetime
), the intellisense still complains and propose to dispose inpublic void Dispose()
(as part ofIDisposable
).The text was updated successfully, but these errors were encountered: