Document Windows Forms compatibility switches - #15010
Draft
LeafShi1 wants to merge 2 commits into
Draft
Conversation
LeafShi1
requested review from
KlausLoeffelmann
and
a lite review from Copilot
August 31, 2026 09:16
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a documentation reference table intended to help developers configure Windows Forms compatibility switches via runtimeconfig.template.json and understand their effects at runtime.
Changes:
- Introduces a “Windows Forms compatibility switches” section with an example
runtimeconfig.template.json. - Adds a reference table describing compatibility switches and their behavior when enabled.
File summaries
| File | Description |
|---|---|
| docs/runtime-configuration.md | Adds a new compatibility-switch reference section and table for runtimeconfig.template.json. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
LeafShi1
marked this pull request as draft
September 1, 2026 01:24
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a reference table for Windows Forms compatibility switches to the runtime
configuration documentation.
The documentation explains how to configure switches through
runtimeconfig.template.json, which is incorporated into the generated<ProjectName>.runtimeconfig.jsonduring the build.Microsoft Reviewers: Open in CodeFlow