-
-
Notifications
You must be signed in to change notification settings - Fork 192
Labels
Description
Describe the bug 🐞
If we use a sorting (e.g. Sort()) resetOnFirstTimeLoad is not working / has no affect.

(For SortAndBind i did not find resetOnFirstTimeLoad)
Without sorting it works as expected.

May be this is the problem
Adapt Method with ChangeSet (resetOnFirstTimeLoad is OR related) WORKS

Adapt Method with SortedChangeSet (resetOnFirstTimeLoad is && related) NOT WORKING

With version 8.0.2 it work as expected. If I reconnect to cache a reset was triggered on first time load;
With version 8.1.1 and newer a reset was only triggered if change count > threshold
Step to reproduce
See Description
Reproduction repository
https://github.com/reactivemarbles/DynamicData
Expected behavior
Reset on first time load while using sorting
Screenshots 🖼️
No response
IDE
Visual Studio
Operating system
Windows
Version
No response
Device
No response
DynamicData Version
9.0.4
Additional information ℹ️
No response
Reactions are currently unavailable