docs: Update platform naming conventions in feature support tables to align with Uno 6.0 #22332
+88
−88
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.
GitHub Issue: closes #21018
PR Type:
📚 Documentation content changes
What is the current behavior? 🤔
Feature support tables use outdated platform naming conventions that predate Uno 6.0's renderer separation and single-project structure:
Linux (Skia)ambiguously refers to X11-based desktop LinuxWin 7 (Skia)/WPF (Skia)creates confusion between Windows desktop, Uno Islands, and legacy Windows 7macOSlacks consistent "Desktop" prefix used by other platformsUsers targeting
net9.0-desktopornet10.0-desktopon Windows cannot determine if features are supported from tables showing "WPF (Skia)" or "Win 7 (Skia)".What is the new behavior? 🚀
Platform naming conventions now align with GitHub issue templates and Uno 6.0 architecture:
Updated column headers:
Mapping:
Linux (Skia)→Desktop (X11)- Explicitly targets X11-based systemsWin 7 (Skia)/WPF (Skia)→Desktop (Windows)- Clarifies Windows desktop with Skia renderermacOS→Desktop (macOS)- Consistent desktop platform prefixWinUI→Windows- Simplified for native WindowsFiles updated:
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️
Documentation builds successfully with updated naming conventions. This change improves developer experience by making platform support immediately clear and consistent with the rest of the Uno Platform ecosystem.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
github-production-user-asset-6210df.s3.amazonaws.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.