Closed Claye-L closed 5 years ago
@Claye-L I evaluated the problem last weekend and was able to fix it. I detected similar situation that causes the same problem and tries to fix them, too. Unfortunately all my testrunners went nuts, so I was not able to finish the ticket yet.
Will be part of next release
Prerequisites
Description
Initialize a IDisposable property or field in the constructor. Add it to a tracking type (CompositeDisposable here).Get a warning "Field/Property not disposed";
Source Code