-
Couldn't load subscription status.
- Fork 840
Small doc fixes #6887
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
Small doc fixes #6887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes various documentation issues across multiple library files, focusing on improving XML documentation comments for better clarity and grammatical consistency.
Key changes:
- Standardizes parameter documentation language patterns (e.g., "The container" instead of "Container")
- Corrects grammatical errors in exception documentation (singular/plural agreement)
- Improves consistency in thread safety warnings
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| FakeRedactionServiceCollectionExtensions.cs | Updates parameter documentation to use "The container" and fixes exception documentation grammar |
| IAsyncState.cs | Changes "may not be" to "might not be" for thread safety warning |
| IAsyncLocalContext.cs | Changes "may not be" to "might not be" for thread safety warning |
| IAsyncContext.cs | Changes "may not be" to "might not be" for thread safety warning |
| ApplicationMetadataServiceCollectionExtensions.cs | Removes extra ">" character from returns documentation |
| ApplicationMetadataConfigurationBuilderExtensions.cs | Improves parameter and returns documentation clarity |
| IEvaluationReportWriter.cs | Simplifies parameter documentation for better clarity |
| HostedMcpServerTool.cs | Fixes subject-verb agreement in exception documentation |
| McpServerToolCallContent.cs | Fixes subject-verb agreement in exception documentation |
Microsoft Reviewers: Open in CodeFlow