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 }}
modelcontextprotocol
/
csharp-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
813
Star
4.5k
Code
Issues
126
Pull requests
60
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add DeferChangedEvents() to McpServerPrimitiveCollection for batched change notifications
- #1689
#1689
Merged
jeffhandley
merged 12 commits into
main
modelcontextprotocol/csharp-sdk:main
from
copilot/add-batched-change-notifications
modelcontextprotocol/csharp-sdk:copilot/add-batched-change-notifications
Copy head branch name to clipboard
Jul 7, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Add DeferChangedEvents() to McpServerPrimitiveCollection for batched change notifications
#1689
jeffhandley
merged 12 commits into
main
modelcontextprotocol/csharp-sdk:main
from
copilot/add-batched-change-notifications
modelcontextprotocol/csharp-sdk:copilot/add-batched-change-notifications
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2026
Initial plan
Copilot
authored
4418d62
View commit details
Copy full SHA for 4418d62
Browse repository at this point
Add DeferChanges() to McpServerPrimitiveCollection for batched change notifications
Show description for f111e42
Copilot
and
jeffhandley
authored
f111e42
View commit details
Copy full SHA for f111e42
Browse repository at this point
Address review feedback on McpServerPrimitiveCollection
Show description for 116fd8d
Copilot
and
jeffhandley
authored
116fd8d
View commit details
Copy full SHA for 116fd8d
Browse repository at this point
Address review feedback: rename comment section header
Show description for b2fb3a0
Copilot
and
jeffhandley
authored
b2fb3a0
View commit details
Copy full SHA for b2fb3a0
Browse repository at this point
Address review feedback on DeferChanges concurrency and tests
Show description for 9f57459
Copilot
and
jeffhandley
authored
9f57459
View commit details
Copy full SHA for 9f57459
Browse repository at this point
Commits on Jul 3, 2026
Apply review feedback renames: DeferChanges->DeferChangedEvents, _deferralDepth->_activeDeferralScopes
Show description for ee157ed
Copilot
and
jeffhandley
authored
ee157ed
View commit details
Copy full SHA for ee157ed
Browse repository at this point
Rename _pendingChange to _hasDeferredChangeEvents
Show description for 6a146f0
Copilot
and
jeffhandley
authored
6a146f0
View commit details
Copy full SHA for 6a146f0
Browse repository at this point
Remove code sample from DeferChangedEvents remarks; fix "the" -> "a" in exception-safety sentence
Show description for b59f3a0
Copilot
and
jeffhandley
authored
b59f3a0
View commit details
Copy full SHA for b59f3a0
Browse repository at this point
Add out-of-order and double-dispose tests; update docs to remove outermost phrasing
Show description for 4bf5e78
Copilot
and
jeffhandley
authored
4bf5e78
View commit details
Copy full SHA for 4bf5e78
Browse repository at this point
Merge branch 'main' into copilot/add-batched-change-notifications
jeffhandley
authored
e6c8744
View commit details
Copy full SHA for e6c8744
Browse repository at this point
Commits on Jul 4, 2026
Use generic TaskCompletionSource<bool> in batched change-notification tests
Show description for 7427d11
jeffhandley
and
Copilot
committed
7427d11
View commit details
Copy full SHA for 7427d11
Browse repository at this point
Apply suggestions from code review
Show description for 628ef35
jeffhandley
and
Copilot
authored
628ef35
View commit details
Copy full SHA for 628ef35
Browse repository at this point
You can’t perform that action at this time.