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 CodeFix to add Disposable to Dispose* method #143

Open BADF00D opened 4 years ago

BADF00D commented 4 years ago

Prerequisites

Description

When suggesting CodeFixes, the code should be analyzed, if there are other Dispose-Methods that can be extended to dispose the current member/variable.

E.g.

Source Code

Screenshot