Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
reactivemarbles
/
DynamicData
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
193
Star
1.9k
Code
Issues
33
Pull requests
22
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fixed that
.Edit()
operations would not defer notifications for new subscriptions occurring during the edit.
- #1133
#1133
Merged
JakenVeina
merged 9 commits into
main
reactivemarbles/DynamicData:main
from
issues/1129
reactivemarbles/DynamicData:issues/1129
Copy head branch name to clipboard
Sep 17, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Fixed that
.Edit()
operations would not defer notifications for new subscriptions occurring during the edit.
#1133
JakenVeina
merged 9 commits into
main
reactivemarbles/DynamicData:main
from
issues/1129
reactivemarbles/DynamicData:issues/1129
Copy head branch name to clipboard
Commits
Commits on Aug 8, 2026
Fixed that subscriptions occurring during an `.Edit()` operation upon a `SourceCache<>` or `SourceList<>` would still publish an initial notification to the subscriber. This resulted in the potenti…
Show description for d502e21
JakenVeina
committed
d502e21
View commit details
Copy full SHA for d502e21
Browse repository at this point
Added exception guarantees to edit level tracking, to ensure that tracking doesn't fall apart if user-injected code throws.
JakenVeina
committed
6c466c8
View commit details
Copy full SHA for 6c466c8
Browse repository at this point
Adjusted `.Connect()` to ensure that the internal system to support `.SuspendNotifications()` does not initialize unless necessary.
JakenVeina
committed
cf12720
View commit details
Copy full SHA for cf12720
Browse repository at this point
Extended the strategy of lazy-initialization for the suspension system to the edit-tracking system as well. Also extended the proper strategy for lazy-initialization of both systems from `.Connect(…
Show description for 92e6cae
JakenVeina
committed
92e6cae
View commit details
Copy full SHA for 92e6cae
Browse repository at this point
Added logic to avoid redundant `_isEditInProgress` notifications.
JakenVeina
committed
121723a
View commit details
Copy full SHA for 121723a
Browse repository at this point
Removed redundant completion signal on _isEditInProgress, within SourceList, with some context clarification instead.
JakenVeina
committed
814668d
View commit details
Copy full SHA for 814668d
Browse repository at this point
Adjusted the new test for covering #1129, to also exercise removals and nested edits.
JakenVeina
committed
6e013ed
View commit details
Copy full SHA for 6e013ed
Browse repository at this point
Extended the strategy of lazy-initialization for the edit-tracking system in `ObservableCache` to the edit-tracking system in `SourceList`.
JakenVeina
committed
53d9327
View commit details
Copy full SHA for 53d9327
Browse repository at this point
Commits on Sep 17, 2026
Merge branch 'main' into issues/1129
dwcullop
authored
9a725e6
View commit details
Copy full SHA for 9a725e6
Browse repository at this point
You can’t perform that action at this time.