ObservableComputations icon indicating copy to clipboard operation
ObservableComputations copied to clipboard

Breaking change in version 2.0.0

Open IgorBuchelnikov opened this issue 3 years ago • 0 comments

In the previous version, there was a possibility of memory leaks due to weak subscription to NotifyPropertyChanged and NotifyCollectionChanged events. In the new version, I removed the weak subscription and added an API to manage the strong subscription to events. See Two computation states: active and inactive section for details. For other changes, see the Release Notes section at NuGet.

IgorBuchelnikov avatar Apr 11 '21 18:04 IgorBuchelnikov