Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Nov 28, 2025

Contributes to #50193.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/framework/64-bit-apps.md 64-bit applications
docs/framework/additional-apis/pos-for-net/adding-plug-and-play-support.md Adding Plug and Play Support
docs/framework/additional-apis/pos-for-net/attributes-for-identifying-service-objects-and-assigning-hardware.md Attributes for Identifying Service Objects and Assigning Hardware (POS for .NET v1.14 SDK Documentation)
docs/framework/additional-apis/pos-for-net/creating-a-basic-service-object-code-template.md docs/framework/additional-apis/pos-for-net/creating-a-basic-service-object-code-template
docs/framework/additional-apis/pos-for-net/creating-a-working-multithreaded-service-object.md Creating a Working, Multithreaded Service Object (POS for .NET v1.14 SDK Documentation)
docs/framework/additional-apis/pos-for-net/data-decoding.md Data Decoding
docs/framework/additional-apis/pos-for-net/pinpad-sample.md PinPad Sample (POS for .NET v1.14 SDK Documentation)
docs/framework/additional-apis/pos-for-net/plug-and-play-support.md docs/framework/additional-apis/pos-for-net/plug-and-play-support
docs/framework/additional-apis/pos-for-net/plug-and-play-xml-configuration.md Plug and Play XML Configuration (POS for .NET v1.14 SDK Documentation)
docs/framework/additional-apis/pos-for-net/poscommon-information-for-service-object-developers.md PosCommon Information for Service Object Developers
docs/framework/additional-apis/pos-for-net/poskeyboard-implementation.md PosKeyboard Implementation (POS for .NET v1.14 SDK Documentation)
docs/framework/additional-apis/pos-for-net/statistics-sample.md docs/framework/additional-apis/pos-for-net/statistics-sample
docs/framework/app-domains/assembly-placement.md Assembly Placement
docs/framework/app-domains/build-multifile-assembly.md How to: Build a multifile assembly
docs/framework/app-domains/build-single-file-assembly.md "How to: Build a .NET Framework single-file assembly"
docs/framework/app-domains/gac.md Global Assembly Cache
docs/framework/app-domains/how-to-configure-an-application-domain.md docs/framework/app-domains/how-to-configure-an-application-domain
docs/framework/app-domains/how-to-create-an-application-domain.md How to: Create an Application Domain
docs/framework/app-domains/how-to-unload-an-application-domain.md How to: Unload an Application Domain
docs/framework/app-domains/index.md Programming with Application Domains and Assemblies
docs/framework/app-domains/retrieve-setup-information.md "Retrieving Setup Information from an Application Domain"
docs/framework/app-domains/shadow-copy-assemblies.md Shadow Copying Assemblies
docs/framework/app-domains/use.md docs/framework/app-domains/use

Copilot AI review requested due to automatic review settings November 28, 2025 18:09
@gewarren gewarren requested a review from a team as a code owner November 28, 2025 18:09
@dotnetrepoman dotnetrepoman bot added this to the November 2025 milestone Nov 28, 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 documentation formatting to convert bold markdown (**text**) to inline code formatting (`text`) for technical terms, class names, XML elements, and command-line options across .NET Framework documentation files. The goal is to prevent certain tags from being localized by using appropriate code formatting for non-localizable technical content.

Key Changes:

  • Class names (like Reflection, AppDomainSetup, Unload) changed from bold to code formatting
  • XML element names (like <shadowCopyVerifyByTimestamp>, <codeBase>, <gcAllowVeryLargeObjects>) changed from bold to code formatting with proper backtick placement
  • Command-line options (like /t:, /addmodule, /main:) changed from bold to code formatting
  • Attribute names (like ServiceObject, HardwareId, PosAssembly) changed from bold to code formatting
  • Minor heading hierarchy adjustments in one file (plug-and-play-xml-configuration.md)

Reviewed changes

Copilot reviewed 25 out of 25 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/framework/app-domains/use.md Changed Reflection class reference from bold to code format
docs/framework/app-domains/shadow-copy-assemblies.md Changed XML element <shadowCopyVerifyByTimestamp> from bold to code format (2 occurrences)
docs/framework/app-domains/retrieve-setup-information.md Changed AppDomainSetup class reference from bold to code format
docs/framework/app-domains/install-assembly-into-gac.md Changed placeholder <assembly name> from italic to code format
docs/framework/app-domains/index.md Changed Reflection class reference from bold to code format
docs/framework/app-domains/how-to-unload-an-application-domain.md Changed Unload method reference from bold to code format
docs/framework/app-domains/how-to-remove-an-assembly-from-the-gac.md Changed "Programs and Features" UI element from bold to code format
docs/framework/app-domains/how-to-create-an-application-domain.md Changed CreateDomain method reference from bold to code format
docs/framework/app-domains/how-to-configure-an-application-domain.md Changed multiple AppDomainSetup and ApplicationBase property references from bold to code format
docs/framework/app-domains/gac.md Changed xcopy command reference from bold to code format
docs/framework/app-domains/build-single-file-assembly.md Changed compiler options -t:library and -out: from bold to code format
docs/framework/app-domains/build-multifile-assembly.md Changed compiler options /t:, /addmodule, /main:, /out:, /target: and al command from bold to code format
docs/framework/app-domains/assembly-placement.md Changed XML element <codeBase> from bold to code format (3 occurrences)
docs/framework/additional-apis/pos-for-net/statistics-sample.md Changed version attribute reference from bold to code format
docs/framework/additional-apis/pos-for-net/poskeyboard-implementation.md Changed ServiceObject attribute reference from bold to code format
docs/framework/additional-apis/pos-for-net/poscommon-information-for-service-object-developers.md Changed ServiceObject attribute references from bold to code format (3 occurrences)
docs/framework/additional-apis/pos-for-net/plug-and-play-xml-configuration.md Changed XML attributes Type, Name, Override, From, To from bold to code format; changed heading levels from #### to ###
docs/framework/additional-apis/pos-for-net/plug-and-play-support.md Changed ServiceObject and HardwareId attribute references from bold to code format
docs/framework/additional-apis/pos-for-net/pinpad-sample.md Changed ServiceObject attribute reference from bold to code format
docs/framework/additional-apis/pos-for-net/data-decoding.md Changed ScannerBase.DecodeData attribute reference from bold to code format
docs/framework/additional-apis/pos-for-net/creating-a-working-multithreaded-service-object.md Changed PosAssembly, ServiceObject, and HardwareId attribute references from bold to code format
docs/framework/additional-apis/pos-for-net/creating-a-basic-service-object-code-template.md Changed ServiceObject attribute references from bold to code format
docs/framework/additional-apis/pos-for-net/attributes-for-identifying-service-objects-and-assigning-hardware.md Changed HardwareId attribute references from bold to code format
docs/framework/additional-apis/pos-for-net/adding-plug-and-play-support.md Changed HardwareId attribute references from bold to code format
docs/framework/64-bit-apps.md Changed XML element <gcAllowVeryLargeObjects> from bold to code format

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

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 also LGTM. Check the Copilot feedback to make sure the differences are intentional

@gewarren gewarren merged commit 34df618 into dotnet:main Dec 2, 2025
9 checks passed
@gewarren gewarren deleted the overloc-tags-3 branch December 2, 2025 02:11
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