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 dispose undisposed field variables in Dispose method #42

Closed dscopra closed 6 years ago

dscopra commented 7 years ago

If I stumble upon an undisposed field/property, there should be a code fix, that disposes this field/property in Dispose(). If there is no dispose method, it should be created and the IDisposable interface should be added.

BADF00D commented 6 years ago

When using code fix, there are some problem:

BADF00D commented 6 years ago

Will be part of release 0.39