-
Couldn't load subscription status.
- Fork 10.5k
Doc updates #64092
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
base: main
Are you sure you want to change the base?
Doc updates #64092
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 pull request updates XML documentation comments across several files to align with .NET API documentation standards. The changes primarily involve clarifying language, improving consistency, and adding proper structure to documentation.
Key changes:
- Restructured documentation by moving default values from summary sections to dedicated
<value>tags and explanatory details to<remarks>sections - Standardized language patterns (e.g., "Provides" → "Specifies", "which" → "that", "Checks if" → "Gets a value that indicates whether")
- Enhanced documentation clarity by using
<see langword="..." />tags for boolean/null values instead of plain text
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Validation/src/ValidationOptions.cs | Restructured documentation for MaxDepth property and updated XML doc comments to use <see langword> tags for boolean/null values |
| src/Validation/src/ValidateContext.cs | Added code language attribute to example and reorganized documentation by moving remarks to dedicated sections |
| src/Validation/src/SkipValidationAttribute.cs | Moved attribute usage details from summary to remarks section |
| src/Validation/src/IValidatableInfoResolver.cs | Standardized parameter documentation and added <see langword> tags for boolean values |
| src/Logging.AzureAppServices/src/FileLoggerProvider.cs | Updated class and parameter descriptions for consistency |
| src/Logging.AzureAppServices/src/BatchingLoggerProvider.cs | Standardized documentation language patterns |
| src/Logging.AzureAppServices/src/BatchingLoggerOptions.cs | Restructured property documentation with <value> and <remarks> sections |
| src/Logging.AzureAppServices/src/AzureFileLoggerOptions.cs | Added <value> and <remarks> sections for property documentation |
| src/Logging.AzureAppServices/src/AzureBlobLoggerOptions.cs | Restructured property documentation with <value> sections |
| src/Logging.AzureAppServices/src/AzureBlobLoggerContext.cs | Updated property documentation to use "Gets" pattern |
| src/Logging.AzureAppServices/src/AzureAppServicesLoggerFactoryExtensions.cs | Standardized class and parameter descriptions |
| src/HttpClientFactory/Polly/src/DependencyInjection/PollyHttpClientBuilderExtensions.cs | Standardized "which" to "that" and improved punctuation |
| src/Caching/SqlServer/src/SqlServerCacheOptions.cs | Added <value> sections and standardized property documentation |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Doc updates for APIs published under .NET monikers.
Contributes to dotnet/dotnet-api-docs#11392.