issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Code-Fix is wrong
#9
dscopra
closed
7 years ago
0
Problems with disposables that are not stored in a field or local variable
#8
BADF00D
closed
7 years ago
0
An IDisposable that is assigned to a field, is not marked as "Not Disposed"
#7
BADF00D
closed
7 years ago
1
When retrieving a Disposable from a a Factory, it have to be disposed
#6
BADF00D
closed
7 years ago
1
When returning a disposable, it should not be marked
#5
BADF00D
closed
7 years ago
0
Problems with IDisposables fields that get initialized in Ctor
#4
BADF00D
closed
8 years ago
0
False positive when using using-Block
#3
BADF00D
closed
8 years ago
0
False negative when having multiple instances with the same name
#2
BADF00D
closed
8 years ago
0
Problem with CompositeDisposeable
#1
BADF00D
closed
7 years ago
1
Previous