Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Dec 18, 2025

Contributes to #46535.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/csharp/linq/standard-query-operators/join-operations.md Join operations in LINQ
docs/framework/configure-apps/file-schema/appsettings/add-element-for-appsettings.md <add> element for <appSettings>
docs/framework/configure-apps/file-schema/appsettings/appsettings-element-for-configuration.md " element for "
docs/framework/configure-apps/file-schema/appsettings/remove-element-for-appsettings.md <remove> element for <appSettings>
docs/framework/configure-apps/file-schema/assemblybinding-element-for-configuration.md docs/framework/configure-apps/file-schema/assemblybinding-element-for-configuration
docs/framework/configure-apps/file-schema/clear-element-for-custom-2.md <clear> element for NameValueSectionHandler and DictionarySectionHandler
docs/framework/configure-apps/file-schema/configuration-sections-schema.md "Configuration sections schema"
docs/framework/configure-apps/file-schema/remove-element-for-custom-2.md <remove> element for NameValueSectionHandler and DictionarySectionHandler
docs/framework/configure-apps/file-schema/section-element.md docs/framework/configure-apps/file-schema/section-element
docs/framework/configure-apps/file-schema/sectiongroup-element-for-configsections.md <sectionGroup> element for <configSections>
docs/orleans/deployment/handling-failures.md Failure handling
docs/orleans/grains/code-generation.md Orleans code generation
docs/orleans/grains/event-sourcing/event-sourcing-configuration.md docs/orleans/grains/event-sourcing/event-sourcing-configuration
docs/orleans/grains/event-sourcing/immediate-vs-delayed-confirmation.md Immediate and delayed confirmations
docs/orleans/grains/event-sourcing/journaledgrain-basics.md The JournaledGrain API
docs/orleans/grains/event-sourcing/journaledgrain-diagnostics.md JournaledGrain diagnostics
docs/orleans/grains/event-sourcing/log-consistency-providers.md docs/orleans/grains/event-sourcing/log-consistency-providers
docs/orleans/grains/event-sourcing/notifications.md Notifications
docs/orleans/grains/event-sourcing/replicated-instances.md Replicated grains
docs/orleans/grains/external-tasks-and-grains.md External tasks and grains
docs/orleans/grains/grain-extensions.md docs/orleans/grains/grain-extensions
docs/orleans/grains/grain-identity.md Grain identity
docs/orleans/grains/grain-lifecycle.md Grain lifecycle overview
docs/orleans/grains/grain-placement.md Grain placement
docs/orleans/grains/grain-references.md Grain references
docs/orleans/grains/grain-versioning/backward-compatibility-guidelines.md Backward compatibility guidelines
docs/orleans/grains/request-context.md docs/orleans/grains/request-context
docs/orleans/host/client.md Orleans clients
docs/orleans/host/configuration-guide/serialization-immutability.md Serialization of immutable types in Orleans
docs/standard/commandline/design-guidance.md Design guidance

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

Copy link
Contributor

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 PR addresses build suggestions from issue #46535, applying standardization improvements across documentation files including metadata updates, writing style corrections, table formatting enhancements, and whitespace cleanup.

Key Changes

  • Updated ms.topic metadata from "conceptual" to "article" across 40+ Orleans documentation files for consistency with documentation standards
  • Improved writing style by replacing "we recommend" with "it's best" to align with voice and tone guidelines that avoid first-person plural
  • Enhanced Markdown table formatting across .NET Framework configuration schema documentation with improved alignment and consistent structure
  • Removed obsolete metadata (ms.assetid GUIDs) and cleaned up trailing whitespace throughout

Reviewed changes

Copilot reviewed 55 out of 55 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/standard/commandline/design-guidance.md Updated ms.topic metadata and improved writing style to use "it's best" instead of "we recommend"
docs/orleans/streaming/*.md Updated ms.topic metadata from "conceptual" to "article" across streaming documentation
docs/orleans/implementation/*.md Updated ms.topic metadata across implementation documentation files
docs/orleans/host/*.md Updated ms.topic metadata and removed trailing whitespace in client.md
docs/orleans/grains/**/*.md Updated ms.topic metadata across grain documentation and subdirectories, removed trailing whitespace
docs/orleans/deployment/handling-failures.md Updated ms.topic metadata
docs/framework/configure-apps/file-schema/*.md Improved table formatting with better alignment, removed obsolete ms.assetid GUIDs, removed empty HTML anchor
docs/framework/configure-apps/file-schema/appsettings/*.md Enhanced table formatting and removed obsolete ms.assetid metadata
docs/csharp/linq/standard-query-operators/join-operations.md Simplified API documentation links and removed trailing whitespace
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

Let's :shipit:

@gewarren gewarren merged commit 5b0d2e4 into dotnet:main Dec 18, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment