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

Ignore DataSet and DataTable from System.Data #69

Closed dscopra closed 6 years ago

dscopra commented 7 years ago

Prerequisites

Description

As this post on stackoverflow mentions, System.Data.DataSet, System.Data.DataTable and problably also System.Data.DataView should not be disposed.

Source Code

none

Screenshot

none