Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Dec 18, 2025

Contributes to #50193.

(Hide whitespace changes.)


Internal previews

Toggle expand/collapse
πŸ“„ File πŸ”— Preview link
docs/framework/configure-apps/file-schema/configsections-element-for-configuration.md <configSections> element for <configuration>
docs/framework/configure-apps/file-schema/custom-element-1.md "Custom element for SingleTagSectionHandler"
docs/framework/configure-apps/file-schema/custom-element-2.md Custom element for NameValueSectionHandler and DictionarySectionHandler
docs/framework/configure-apps/file-schema/runtime/alwaysflowimpersonationpolicy-element.md <alwaysFlowImpersonationPolicy> Element
docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md "AppContextSwitchOverrides Element"
docs/framework/configure-apps/file-schema/runtime/appdomainmanagerassembly-element.md <appDomainManagerAssembly> Element
docs/framework/configure-apps/file-schema/runtime/appdomainmanagertype-element.md docs/framework/configure-apps/file-schema/runtime/appdomainmanagertype-element
docs/framework/configure-apps/file-schema/runtime/appdomainresourcemonitoring-element.md <appDomainResourceMonitoring> Element
docs/framework/configure-apps/file-schema/runtime/bindingredirect-element.md <bindingRedirect> Element
docs/framework/configure-apps/file-schema/runtime/bypasstrustedappstrongnames-element.md " Element"
docs/framework/configure-apps/file-schema/runtime/codebase-element.md <codeBase> Element
docs/framework/configure-apps/file-schema/runtime/compatsortnlsversion-element.md docs/framework/configure-apps/file-schema/runtime/compatsortnlsversion-element
docs/framework/configure-apps/file-schema/runtime/crst-disablespinwait-element.md <Crst_DisableSpinWait> element
docs/framework/configure-apps/file-schema/runtime/dependentassembly-element.md <dependentAssembly> Element
docs/framework/configure-apps/file-schema/runtime/index.md "Runtime Settings Schema"
docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md <memoryCache> Element (Cache Settings)
docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings
docs/framework/configure-apps/file-schema/runtime/probing-element.md <probing> Element
docs/framework/configure-apps/file-schema/runtime/publisherpolicy-element.md <publisherPolicy> Element
docs/framework/configure-apps/file-schema/runtime/qualifyassembly-element.md " Element"
docs/framework/configure-apps/file-schema/runtime/supportportability-element.md <supportPortability> Element
docs/framework/configure-apps/file-schema/section-element.md <section> element
docs/framework/configure-apps/file-schema/trace-debug/clear-element-for-listeners-for-source.md <clear> Element for <listeners> for <source>
docs/framework/configure-apps/file-schema/trace-debug/clear-element-for-listeners-for-trace.md docs/framework/configure-apps/file-schema/trace-debug/clear-element-for-listeners-for-trace
docs/framework/configure-apps/file-schema/trace-debug/filter-element-for-add-for-listeners-for-source.md <filter> Element for <add> for <listeners> for <source>
docs/framework/configure-apps/file-schema/trace-debug/filter-element-for-add-for-listeners-for-trace.md " Element for for for "
docs/framework/configure-apps/file-schema/trace-debug/filter-element-for-add-for-sharedlisteners.md <filter> Element for <add> for <sharedListeners>
docs/framework/configure-apps/file-schema/trace-debug/remove-element-for-listeners-for-source.md docs/framework/configure-apps/file-schema/trace-debug/remove-element-for-listeners-for-source
docs/framework/configure-apps/file-schema/trace-debug/remove-element-for-listeners-for-trace.md <remove> Element for <listeners> for <trace>
docs/framework/configure-apps/file-schema/trace-debug/source-element.md " Element"

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.

Copilot AI review requested due to automatic review settings December 18, 2025 01:08
@gewarren gewarren requested a review from a team as a code owner December 18, 2025 01:08
@dotnetrepoman dotnetrepoman bot added this to the December 2025 milestone Dec 18, 2025
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 updates the XML element formatting in configuration file schema documentation hierarchy sections, converting from bold Markdown format (**\<element>**) to inline code format (`<element>`). The changes improve consistency with Markdown formatting conventions for code elements.

Key Changes

  • XML element names in hierarchy sections now use inline code backticks instead of bold formatting
  • Linked parent elements use the format [](link) instead of [**\<element>**](link)
  • Non-linked current elements use `<element>` instead of **\<element>**

Reviewed changes

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

Show a summary per file
File Description
trace-element.md Updated hierarchy section XML elements to use code format
system-diagnostics-element.md Updated hierarchy section XML elements to use code format
switches-element.md Updated hierarchy section XML elements to use code format
sources-element.md Updated hierarchy section XML elements to use code format
source-element.md Updated hierarchy section XML elements to use code format
sharedlisteners-element.md Updated hierarchy section XML elements to use code format
remove-element-for-listeners-for-trace.md Updated hierarchy section XML elements to use code format
remove-element-for-listeners-for-source.md Updated hierarchy section XML elements to use code format
performancecounters-element.md Updated hierarchy section XML elements to use code format
filter-element-for-add-for-sharedlisteners.md Updated hierarchy section XML elements to use code format
filter-element-for-add-for-listeners-for-trace.md Updated hierarchy section XML elements to use code format
filter-element-for-add-for-listeners-for-source.md Updated hierarchy section XML elements to use code format
clear-element-for-listeners-for-trace.md Updated hierarchy section XML elements to use code format
clear-element-for-listeners-for-source.md Updated hierarchy section XML elements to use code format
assert-element.md Updated hierarchy section XML elements to use code format
supportedruntime-element.md Partially updated - current element changed but parent elements need updating
startup-element.md Updated hierarchy section XML elements to use code format
requiredruntime-element.md Updated hierarchy section XML elements to use code format
section-element.md Updated hierarchy section XML elements and table references to use code format
50+ runtime/*.md files Updated hierarchy section XML elements to use code format

@gewarren gewarren marked this pull request as draft December 18, 2025 01:18
@gewarren gewarren marked this pull request as ready for review December 18, 2025 05:01
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.

Also skimmed this. Also LGTM.

@gewarren gewarren merged commit fdc2004 into dotnet:main Dec 18, 2025
9 checks passed
@gewarren gewarren deleted the config-elements-runtime branch December 18, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants