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 standard IEnumerable Extension methods to ignore list #145

Open BADF00D opened 4 years ago

BADF00D commented 4 years ago

Prerequisites

Description

If a collection contains IDisposable and I get one via Single, Last, and so on, this is marked as not disposed. This are basically methods that pipe their input and therefore I should not dispose them.

Source Code

Screenshot