-
Notifications
You must be signed in to change notification settings - Fork 665
Add 3-arg RequestContext constructor and obsolete 2-arg to eliminate null-forgiving operator usage #1462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+190
−219
Merged
Add 3-arg RequestContext constructor and obsolete 2-arg to eliminate null-forgiving operator usage #1462
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6cc05aa
Make RequestContext.Params non-nullable with new constructor; obsolet…
Copilot f6960a2
Fix test files for RequestContext<TParams> 3-arg constructor API change
Copilot db960e6
Make RequestContext.Params non-nullable
Copilot eec28fc
Fix NullReferenceException when request.Params is null in JSON-RPC
Copilot c0f7088
Revert null-conditional removal in McpServerImpl.cs; keep only Invoke…
Copilot a2027b5
Rename @params to parameters and add MCP9003 diagnostic for obsolete …
Copilot bbe96fa
Support specifying OutputSchema independently of return type for tool…
Copilot 6586519
Bump the other-testing group with 2 updates (#1440)
dependabot[bot] 1f54ed0
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.2 to 5.5.4 (#…
dependabot[bot] e170147
Update Microsoft.Extensions.AI.OpenAI version reference (#1456)
stephentoub 70d8628
Bump Microsoft.Extensions.AI from 10.4.0 to 10.4.1 (#1461)
dependabot[bot] a818763
Bump Anthropic from 12.8.0 to 12.9.0 (#1460)
dependabot[bot] 4bffdd1
Add 3-arg RequestContext constructor and obsolete 2-arg to eliminate …
Copilot 94a3e90
Merge remote-tracking branch 'origin/main' into copilot/obsoleting-ol…
Copilot cf13c6b
Restore null conditional/forgiving operators on Params member access …
Copilot 650dd37
Remove unnecessary null-forgiving operators on Params (keep only null…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.