Summation with Dynamic Data on reference types result in no difference every time
In my Avalonia app, I have lists of items, each with a weight property. The user is able to influence these values through the UI. I would like to produce a total weight whenever an item changes, which appears to be the central theme around Dynamic Data.