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

Problem with CompositeDisposeable #1

Closed BADF00D closed 7 years ago

BADF00D commented 8 years ago

When adding an IDisposable instance to an CompositeDisposeable that gets disposed, I got the message that my IDisposable-Instance is not disposed.

BADF00D commented 7 years ago

This is now part of issue #16