
We are using Binding to DataObjects in WPF, and seeing significant memory leaks when the ICollection<PropertyViewModelBase> contains instances of more than one type. The MergedpropertyModel never releases the collection references.
Is this a known issue? Perhaps fixed in a later version?
We have tried setting the bound property to null briefly every time we change the collection, but this had no effect.
[Edit] We have updated to v24.1.5, and the issue is still there.
[Modified 9 days ago]