DisposableFixer icon indicating copy to clipboard operation
DisposableFixer copied to clipboard

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.

Results 26 DisposableFixer issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [ V] I have written a descriptive issue title - [V ] I have verified that I am running the latest version of DisposableFixer: 2019 - [...

Removed VS version suffix, can target multiple VS versions Update to version 4.0.0

Will this be updated for Visual Studio 2022?

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...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of DisposableFixer: CURRENT - [x] I have...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of DisposableFixer: 2.4.2 - [x] I have...

### Prerequisites Version: 3.3.0 ### Description If I dispose a `MemoryStream` with `DisposeAsync` the Analyzer still yells at me `DF0010`. I really searched the whole repo, but couldn't find anything...

feature request
2019 only

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of DisposableFixer: YOUR_VERSION - [x] I have...