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

Ids and Names should be more like in other analysers #60

Closed dscopra closed 7 years ago

dscopra commented 7 years ago

Prerequisites

Description

The Ids are to long (compared to other analysers) and the Name tells nothing but "Undisposed ressource"

Usually Ids have some kind of short abbreviation followed by a number like: CA1000 "Do not declare static members on generic types."

Screenshot

image