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

If Dispose(bool) is implemented, CodeFix with Dispose should not be offered #148

Open BADF00D opened 4 years ago

BADF00D commented 4 years ago

Prerequisites

Description

If the Dispose-Pattern is implemented, the should be no CodeFix to offer to dispose a disposable in DIspose(), but in Dispose(bool) instead

Source Code

Screenshot