Tags: bubdm/DynamicData
Tags
Ensure comparer changed is subscribed to before data changed for list. … …Fixes reactivemarbles#473 (reactivemarbles#476)
build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /s… …rc (reactivemarbles#469) Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.3.37 to 3.4.194. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.3.37...v3.4.194) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
housekeeping: Update the .gitignore file. (reactivemarbles#431)
Fix BindToObservableList: Previous values not being removed & sorting… … resets being ignored. (reactivemarbles#401) * [Fix] Previous value not being removed when receiving an update change when the change is at a new index due to sorting. * Removed unnecessary CurrentIndex checks in RemoveKeyEnumerator * [Fix] Sorted change set with a reset not updating the `IObservableList` via `BindToObservableList` Co-authored-by: Ryan Holden <[email protected]>
[Fix] SortedObservableCollectionAdaptor does Remove -> Add instead of… … Replace when index not changed (reactivemarbles#392) * Replace item if index not changed Change-Id: Ib7564fb941849b4a12b30d3b6bc4dd6ab8dabfc8 * Add unit tests Change-Id: Ib62b5916b63961e2b87b48f8d398ab37905d8497 Co-authored-by: Radu Petrisel <[email protected]>
Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.0.0 to 3.3.0 (react… …ivemarbles#396) Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md) - [Commits](dotnet/roslyn-analyzers@v3.0.0...v3.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Use replace instead of remove+add on ObservableCollectionAdaptor.DoUp… …date (reactivemarbles#381) * Use replace instead of remove+add * Add unit test Co-authored-by: Marius Aiordachioaei <[email protected]>
PreviousNext