Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

gewarren
Copy link
Contributor

Doc updates for APIs published under .NET monikers.

Contributes to dotnet/dotnet-api-docs#11392.

@gewarren gewarren requested review from Copilot and removed request for captainsafia and halter73 October 17, 2025 18:48
@github-actions github-actions bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label Oct 17, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.