ObservableComputations icon indicating copy to clipboard operation
ObservableComputations copied to clipboard

Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.

Results 4 ObservableComputations issues
Sort by recently updated
recently updated
newest added

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...

The extension methods doesn't have an overload with ReadOnlyObservableCollection. As ReadOnlyObservableCollection does not inherit from ObservableCollection we have to specify type parameters (or create our own extension methods for ReadOnlyObservableCollection).