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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
csharp-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
793
Star
4.5k
Code
Issues
112
Pull requests
48
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Make ClientTransportClosedException public and unify transport exception handling
- #1467
#1467
Merged
stephentoub
merged 10 commits into
main
modelcontextprotocol/csharp-sdk:main
from
copilot/fix-client-completion-details-access
modelcontextprotocol/csharp-sdk:copilot/fix-client-completion-details-access
Copy head branch name to clipboard
Mar 30, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Make ClientTransportClosedException public and unify transport exception handling
#1467
stephentoub
merged 10 commits into
main
modelcontextprotocol/csharp-sdk:main
from
copilot/fix-client-completion-details-access
modelcontextprotocol/csharp-sdk:copilot/fix-client-completion-details-access
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2026
Initial plan
Copilot
authored
40c6dc8
View commit details
Copy full SHA for 40c6dc8
Browse repository at this point
Make TransportClosedException public and propagate completion details through CreateAsync
Show description for d3f9b54
Copilot
and
stephentoub
authored
d3f9b54
View commit details
Copy full SHA for d3f9b54
Browse repository at this point
Address code review: fix null-safety on AggregateException.InnerException
Show description for aa218be
Copilot
and
stephentoub
authored
aa218be
View commit details
Copy full SHA for aa218be
Browse repository at this point
Commits on Mar 26, 2026
Remove redundant DisposeAsync call and simplify catch blocks in CreateAsync
Show description for fde5d08
Copilot
and
stephentoub
authored
fde5d08
View commit details
Copy full SHA for fde5d08
Browse repository at this point
Remove unnecessary try/catch around Completion await
Show description for a43d0d8
Copilot
and
stephentoub
authored
a43d0d8
View commit details
Copy full SHA for a43d0d8
Browse repository at this point
Add Debug.Assert that Completion is already completed before awaiting it
Show description for 8308c3b
Copilot
and
stephentoub
authored
8308c3b
View commit details
Copy full SHA for 8308c3b
Browse repository at this point
Separate read vs write failure tests and verify error logs
Show description for 4983cfb
Copilot
and
halter73
committed
4983cfb
View commit details
Copy full SHA for 4983cfb
Browse repository at this point
Propagate caller-triggered cancellation in transport exception handling
Show description for 2a5e1d7
Copilot
and
halter73
committed
2a5e1d7
View commit details
Copy full SHA for 2a5e1d7
Browse repository at this point
Commits on Mar 27, 2026
Rename TransportClosedException to ClientTransportClosedException
Show description for 21319af
Copilot
and
stephentoub
authored
21319af
View commit details
Copy full SHA for 21319af
Browse repository at this point
Merge branch 'main' into copilot/fix-client-completion-details-access
stephentoub
authored
6d9c086
View commit details
Copy full SHA for 6d9c086
Browse repository at this point
You can’t perform that action at this time.