什么是 winui3-migration-guide?
UWP 到 WinUI 3 的迁移参考。使用之前/之后的代码片段将旧版 UWP API 映射到更正的 Windows App SDK 等效项。涵盖命名空间更改、线程(CoreDispatcher 到 DispatcherQueue)、窗口(CoreWindow 到 AppWindow)、对话框、选择器、共享、打印、后台任务以及最常见的 Copilot 代码生成错误。 来源:github/awesome-copilot。
UWP 到 WinUI 3 的迁移参考。使用之前/之后的代码片段将旧版 UWP API 映射到更正的 Windows App SDK 等效项。涵盖命名空间更改、线程(CoreDispatcher 到 DispatcherQueue)、窗口(CoreWindow 到 AppWindow)、对话框、选择器、共享、打印、后台任务以及最常见的 Copilot 代码生成错误。
通过命令行快速安装 winui3-migration-guide AI 技能到你的开发环境
来源:github/awesome-copilot。
Use this skill when migrating UWP apps to WinUI 3 / Windows App SDK, or when verifying that generated code uses correct WinUI 3 APIs instead of legacy UWP patterns.
| Windows.UI.Xaml | Microsoft.UI.Xaml | | Windows.UI.Xaml.Controls | Microsoft.UI.Xaml.Controls | | Windows.UI.Xaml.Media | Microsoft.UI.Xaml.Media | | Windows.UI.Xaml.Input | Microsoft.UI.Xaml.Input | | Windows.UI.Xaml.Data | Microsoft.UI.Xaml.Data | | Windows.UI.Xaml.Navigation | Microsoft.UI.Xaml.Navigation |
| Windows.UI.Xaml.Shapes | Microsoft.UI.Xaml.Shapes | | Windows.UI.Composition | Microsoft.UI.Composition | | Windows.UI.Input | Microsoft.UI.Input | | Windows.UI.Colors | Microsoft.UI.Colors | | Windows.UI.Text | Microsoft.UI.Text | | Windows.UI.Core | Microsoft.UI.Dispatching (for dispatcher) |
UWP 到 WinUI 3 的迁移参考。使用之前/之后的代码片段将旧版 UWP API 映射到更正的 Windows App SDK 等效项。涵盖命名空间更改、线程(CoreDispatcher 到 DispatcherQueue)、窗口(CoreWindow 到 AppWindow)、对话框、选择器、共享、打印、后台任务以及最常见的 Copilot 代码生成错误。 来源:github/awesome-copilot。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/github/awesome-copilot --skill winui3-migration-guideUWP 到 WinUI 3 的迁移参考。使用之前/之后的代码片段将旧版 UWP API 映射到更正的 Windows App SDK 等效项。涵盖命名空间更改、线程(CoreDispatcher 到 DispatcherQueue)、窗口(CoreWindow 到 AppWindow)、对话框、选择器、共享、打印、后台任务以及最常见的 Copilot 代码生成错误。 来源:github/awesome-copilot。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/github/awesome-copilot --skill winui3-migration-guide 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/github/awesome-copilot