-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Prevent tags from loc #50218
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
Prevent tags from loc #50218
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 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.
docs/framework/additional-apis/pos-for-net/plug-and-play-xml-configuration.md
Show resolved
Hide resolved
docs/framework/app-domains/how-to-remove-an-assembly-from-the-gac.md
Outdated
Show resolved
Hide resolved
BillWagner
left a comment
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.
This also LGTM. Check the Copilot feedback to make sure the differences are intentional
Contributes to #50193.
Internal previews
Toggle expand/collapse