Skip to content

Bump DynamicData from 9.4.1 to 9.4.31#253

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ImgTagFanOut/DynamicData-9.4.31
Open

Bump DynamicData from 9.4.1 to 9.4.31#253
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ImgTagFanOut/DynamicData-9.4.31

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Updated DynamicData from 9.4.1 to 9.4.31.

Release notes

Sourced from DynamicData's releases.

9.4.31

Fixes:

  • 3d72c9e539e2114440754ec216f18ad7d527ffe9 Fixed a filename typo preventing successful builds on Linux (where file systems are case-sensitive). (#​1040) @​JakenVeina

Housekeeping:

  • dcba2ff2271d4401b9c87b4471c691800ebd1946 Housekeeping: Add Net10, Remove obsolete FilterOnProperty (#​1050) @​ChrisPulman

Other:

  • 7295286de3720e5a95b28409e4546ffae90b3d67 Re-wrote .ToObservableChangeSet() operators for both Cache and List, to eliminate a deadlocking issue. (#​1017) @​JakenVeina
  • 7bc76f0a975c24106c5f62fcf422d58290a03c99 Remove references to dynamic-data.org - fixes #​988 (#​1023) @​RolandPheasant
  • 546f3ad7216ed95a2bc024d4b0e466e92dc7d3b6 Added weak-referencing to operators using background scheduling, to ensure that schedulers do not leak the operator subscriptions. (#​1027) @​JakenVeina
  • 0e76b11c6f685aca54a1d94d0cad6a4c9de3b62b Removed remaining references to dynamic-data.org. (#​1046) @​JakenVeina
  • 0dc5c80ad0eae4fe26d929f8796142909d2b1250 chore(deps): update actions/checkout action to v5 (#​1029) @​renovate[bot]
  • edbf4ff448c48ab5d519117e5d1f092ab0ef7487 chore(deps): update dependency nerdbank.gitversioning to 3.8.118 (#​1042) @​renovate[bot]
  • fdec9693800f714780d9bfc60c70d3046b38bc89 chore(deps): update actions/setup-dotnet action to v5 (#​1038) @​renovate[bot]
  • 4b6dee50e1e75ebf22fa576b20e08d013acd0603 chore(deps): update actions/setup-java action to v5 (#​1032) @​renovate[bot]
  • 36b6865ab82a78f5eed3c15391756981274fa99a chore(deps): update actions/checkout action to v6 (#​1053) @​renovate[bot]
  • 95703837473427f9b0c2aee9d34ddec591a93e44 chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 (#​1015) @​renovate[bot]
  • cc3277b5819d76714e177c2a4d08605801b2b059 chore(deps): update dependency roslynator.analyzers to 4.15.0 (#​1026) @​renovate[bot]
  • 5d9b1be91db5d84f2f1c1f4072341215a8522e0a chore(deps): update dependency nerdbank.gitversioning to 3.9.50 (#​1051) @​renovate[bot]
  • da69249eed6e074336ee48480ddde340ffe07e36 chore(deps): update dependency system.reactive to 6.1.0 (#​1036) @​renovate[bot]
  • 6c9000413839c85c691423bfe60faa00a7265dc5 chore(deps): update dependency microsoft.reactive.testing to 6.1.0 (#​1035) @​renovate[bot]
  • a665cbc57f5b48eb0153d7718bc5672ddef64e2b chore(deps): update dessant/lock-threads action to v6 (#​1055) @​renovate[bot]
  • f78c810cc92b1d9bd8795b63f413984793eaaa3a chore(deps): update xunit-dotnet monorepo (#​1001) @​renovate[bot]
  • 62787e02c923395a893bf5d11a74e4b7e65053ad chore(deps): update actions/cache action to v5 (#​1054) @​renovate[bot]
  • 7d65daa3c2c9a617ce0eb962f6ffded40f8816e4 chore(deps): update dependency microsoft.net.test.sdk to v18 (#​1049) @​renovate[bot]
  • 88bc23e726172558c6c9e9291af17adb0e26b12c Removed bogus .Filter() overload that did not allow the consumer to supply filtering logic, resulting in all items always being filtered out. (#​1013) @​JakenVeina
  • d9a994d13fec0e71859a0645b8d8eff823b23848 Operator and testing modernization for cache .Filter() operators, as described in #​1014. (#​1048) @​JakenVeina
  • 8e68b3fbf5369824000ca87a86494e9aa6ddab53 Enhanced .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) @​JakenVeina
  • d82a9cb30afc2153bd18f484b0592b40b6dfc3a2 Rewrote testing for the list variant of the OnItemRefreshed() operator, in accordance with #​1014. (#​1065) @​JakenVeina
  • df1be3697a7247f46c2b6cc4a1c3f71f57b1bed0 Rewrote testing for the list variant of the OnItemRemoved() operator, in accordance with #​1014, and in a preliminary effort to resolve #​1061. (#​1062) @​JakenVeina
  • dcb76a35318d528ab4fd1ebeea573f261a868211 Rewrote testing for the list variant of the OnItemAdded() operator, in accordance with #​1014. (#​1064) @​JakenVeina
  • f01a8c94b5d51c7608b42bbe83b9d4a9eb7d255a Re-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) @​JakenVeina
  • 1a7d43aadaf209813bdb04a4ead63bd7fdc7d295 Rewrote the list variant of the OnItemAdded() operator, in accordance with #​1014. (#​1069) @​JakenVeina
  • 4aaa9c196ff37313067f8f69c9ed97050d73d2b5 Rewrote the list variant of the OnItemRefreshed() operator, in accordance with #​1014. (#​1068) @​JakenVeina
  • 8db480674d0971c46e4ea872c74f3973e2496e2b Rewrote the list variant of the OnItemRemoved() operator, in accordance with #​1014, as a fix for #​1062. (#​1067) @​JakenVeina

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: DynamicData
  dependency-version: 9.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants