-
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Description
Describe the bug 🐞
looking through the code because of something unrelated the following took me by surprise:
initializing the ChangeAwareCache
with a Dictionary
and subsequently calling CaptureChanges()
did not produce an initial ChangeSet!
I don't know if that might have an effect on the whole library as for example the ChangeAwareList does have code for the initial ChangeSet
Step to reproduce
just code review
Reproduction repository
https://github.com/reactivemarbles/DynamicData
Expected behavior
to send an initial ChangeSet
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
DynamicData Version
No response
Additional information ℹ️
No response