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

When informing about undisposed non static or static members, their name should be part of the message #136

Closed BADF00D closed 4 years ago

BADF00D commented 4 years ago

Prerequisites

Description

Like #133, the same should be implemented for static and non static members

Source Code

Screenshot