Update dependency DynamicData to 9.4.33#1302
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9ec0b24 to
f0f6c20
Compare
f0f6c20 to
cacfd1e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.3.2→9.4.33Release Notes
reactiveui/DynamicData (DynamicData)
v9.4.33Fixes:
9bc6b44Fix race in ExpireAfter when item is removed or updated before expiration fires (#1076) @dwcullop7b861d0Fixed that the cache-land dynamic.Filter()operator relied on limited mutation of an internalDictionary<,>during enumeration, a behavior that is not supported on target frameworks older than .NET Core 3.0. Additional logic to copy the keys to iterate, before mutation, should now be injected for builds targeting such older frameworks. (#1084) @JakenVeinab93a6b9Fix docs and exception messages for Change (#1085) @xackuscc8b91eFixed that the Build and Release action defined in release.yml was attempting to publish a bogus "empty.nupkg" file that exists in the normal build output of the DynamicData.Tests project, as a part of the EmptyFiles package, since the job was written to search for "*.nupkg". (#1124) @JakenVeinaOther:
bf45445Add AI Instruction Files for GitHub Copilot (#1078) @dwcullop12c1947Overhaul XML documentation for ObservableCacheEx extension methods (#1080) @dwcullopb0d4c70Update SwappableLock to support NET9+ Lock type (#1077) @dwcullopb966943Add DynamicAccessedMembers attributes to BindingListEx methods (#1087) @daniel-lerch28adb4fOverhaul XML documentation for ObservableListEx extension methods (#1081) @dwcullop335ecbcAdd Preview workflows and enforce versioning rules (#1088) @dwcullopd59ed5cReplace softprops/action-gh-release with gh CLI (#1092) @dwcullop767f273Restore stable 9.4 versioning on release/9.x (#1123) @dwcullopTest:
c1c312btest: fix AsyncDisposeMany thread safety test timeout on CI (#1082) @dwcullopv9.4.31Compare Source
Fixes:
3d72c9eFixed a filename typo preventing successful builds on Linux (where file systems are case-sensitive). (#1040) @JakenVeinaHousekeeping:
dcba2ffHousekeeping: Add Net10, Remove obsolete FilterOnProperty (#1050) @ChrisPulmanOther:
7295286Re-wrote .ToObservableChangeSet() operators for both Cache and List, to eliminate a deadlocking issue. (#1017) @JakenVeina7bc76f0Remove references to dynamic-data.org - fixes #988 (#1023) @RolandPheasant546f3adAdded weak-referencing to operators using background scheduling, to ensure that schedulers do not leak the operator subscriptions. (#1027) @JakenVeina0e76b11Removed remaining references to dynamic-data.org. (#1046) @JakenVeina0dc5c80chore(deps): update actions/checkout action to v5 (#1029) @renovate[bot]edbf4ffchore(deps): update dependency nerdbank.gitversioning to 3.8.118 (#1042) @renovate[bot]fdec969chore(deps): update actions/setup-dotnet action to v5 (#1038) @renovate[bot]4b6dee5chore(deps): update actions/setup-java action to v5 (#1032) @renovate[bot]36b6865chore(deps): update actions/checkout action to v6 (#1053) @renovate[bot]9570383chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 (#1015) @renovate[bot]cc3277bchore(deps): update dependency roslynator.analyzers to 4.15.0 (#1026) @renovate[bot]5d9b1bechore(deps): update dependency nerdbank.gitversioning to 3.9.50 (#1051) @renovate[bot]da69249chore(deps): update dependency system.reactive to 6.1.0 (#1036) @renovate[bot]6c90004chore(deps): update dependency microsoft.reactive.testing to 6.1.0 (#1035) @renovate[bot]a665cbcchore(deps): update dessant/lock-threads action to v6 (#1055) @renovate[bot]f78c810chore(deps): update xunit-dotnet monorepo (#1001) @renovate[bot]62787e0chore(deps): update actions/cache action to v5 (#1054) @renovate[bot]7d65daachore(deps): update dependency microsoft.net.test.sdk to v18 (#1049) @renovate[bot]88bc23eRemoved bogus .Filter() overload that did not allow the consumer to supply filtering logic, resulting in all items always being filtered out. (#1013) @JakenVeinad9a994dOperator and testing modernization for cache.Filter()operators, as described in #1014. (#1048) @JakenVeina8e68b3fEnhanced .WhenValueChanged() to support type casting within the expression. In particular, this allows the use of null as a fallback value for non-nullable value types. (#1059) @JakenVeinad82a9cbRewrote testing for the list variant of the OnItemRefreshed() operator, in accordance with #1014. (#1065) @JakenVeinadf1be36Rewrote testing for the list variant of the OnItemRemoved() operator, in accordance with #1014, and in a preliminary effort to resolve #1061. (#1062) @JakenVeinadcb76a3Rewrote testing for the list variant of the OnItemAdded() operator, in accordance with #1014. (#1064) @JakenVeinaf01a8c9Re-wrote and optimized the static version of the list .Filter() operator, persuant to #1014, and #1060. This operator now properly supports Refresh changes, and preserves ordering of items, for downstream consumers. (#1063) @JakenVeina1a7d43aRewrote the list variant of the OnItemAdded() operator, in accordance with #1014. (#1069) @JakenVeina4aaa9c1Rewrote the list variant of the OnItemRefreshed() operator, in accordance with #1014. (#1068) @JakenVeina8db4806Rewrote the list variant of the OnItemRemoved() operator, in accordance with #1014, as a fix for #1062. (#1067) @JakenVeinav9.4.1Compare Source
Fixes:
29424adFixed issues across the Join operators, regarding incomplete or missing support for re-grouping, when foreign key values change. (#1012) @JakenVeinaOther:
50a4c48Ensure TransformOnObservable preserves ChangeSet order (#1008) @dwcullop77f9539Generalized Solution for avoiding Out-of-Order Cache Child ChangeSets (#1009) @dwcullop5f9a27cAdded new operator .AsyncDisposeMany(), equivalent to .DisposeMany(), but with support for IAsyncDisposable. (#1011) @JakenVeina758ef92Bump version to 9.4 (#1016) @RolandPheasantConfiguration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.