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 ability to configure ignored Types and Interfaces #15

Open BADF00D opened 7 years ago

BADF00D commented 7 years ago

With fix of issue #14, there are certain types and interfaces that are ignored during analysis, such as Task and IEnumerable. The list of ignored stuff should be editable in some way.