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 possibility to configure where Dispose can be called. #20

Closed BADF00D closed 7 years ago

BADF00D commented 7 years ago

Currently all disposable fields have to be Disposed within a parameterless Dispose method. In sometime this behavior might be to strict and the user should be allowed to define, that the call to Dispose can be outside the Dispose method.

BADF00D commented 7 years ago

No plan to implement this.