bymicrosoft· 555 skills
Migrate WPF applications to WinUI 3 — namespace replacement (System.Windows → Microsoft.UI.Xaml), control mapping (DataGrid→ListView, WrapPanel→ItemsRepeater, TabControl→TabView), threading (Dispatcher→DispatcherQueue), imaging (System.Drawing→BitmapImage), MVVM conversion to CommunityToolkit.Mvvm, and DynamicResource→ThemeResource. Use when converting WPF code, replacing WPF namespaces, or fixing migration build errors.
$npx -y skills add microsoft/win-dev-skills --skill winui-wpf-migrationInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/win-dev-skills" --skill "microsoft/win-dev-skills/winui-wpf-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/win-dev-skills" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/win-dev-skills"` and select the relevant skills, then follow their instructions.