Skip to content

Housekeeping/revert sort - #650

Merged
RolandPheasant merged 2 commits into
mainfrom
housekeeping/RevertSort
Oct 18, 2022
Merged

Housekeeping/revert sort#650
RolandPheasant merged 2 commits into
mainfrom
housekeeping/RevertSort

Conversation

@RolandPheasant

@RolandPheasant RolandPheasant commented Oct 18, 2022

Copy link
Copy Markdown
Collaborator

Revert useReplaceForUpdates for ObservableCacheEx.Bind, which is not in prod anyway. To use, construct own ObservableCollectionAdaptor.

See #641 for details

Instead use:

// use replace for updates
var collection = new ObservableCollectionExtended<MyType>();
var binder = source.Connect()
    .Bind(collection,new ObservableCollectionAdaptor<Person, string>(refreshThreshold:25,  useReplaceForUpdates: false)))
    .Subscribe();

@RolandPheasant
RolandPheasant merged commit f9f02c8 into main Oct 18, 2022
@RolandPheasant
RolandPheasant deleted the housekeeping/RevertSort branch October 18, 2022 09:36
@github-actions

github-actions Bot commented Nov 2, 2022

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant