Replies: 1 comment
-
You're not missing anything. The DynamicData Aggregation operators do not support refresh changes. Not for any particularly good reason that I'm aware of, mind you. I will note that the As a workaround, then, you can do this to get the using var totalAmountSubscription2 = itemChanges
.Transform(static item => item.Amount, transformOnRefresh: true)
.Sum(static amount => amount) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This unit test did not pass, as the Aggregates
Sum
andCount
were not updated although the notification messages were fine.What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions