Rewrite migration articles for App Modernization Agent#2247
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the WinForms and WPF migration documentation by replacing the retired Upgrade Assistant–based walkthroughs with GitHub Copilot modernization agent guidance, and by introducing a shared migration include used by both stacks.
Changes:
- Rewrites WinForms and WPF migration landing pages as upgrade-path overviews that include shared migration guidance.
- Adds new step-by-step WinForms and WPF upgrade tutorials using the GitHub Copilot modernization agent.
- Updates the WinForms TOC to surface the new overview and tutorial.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| dotnet-desktop-guide/wpf/migration/index.md | Replaces the prior how-to content with an overview page and shared migration include. |
| dotnet-desktop-guide/wpf/migration/how-to-upgrade-wpf.md | Adds a new WPF modernization-agent upgrade walkthrough. |
| dotnet-desktop-guide/winforms/toc.yml | Updates WinForms navigation to point to the new overview and upgrade tutorial. |
| dotnet-desktop-guide/winforms/migration/index.md | Replaces the prior how-to content with an overview page and shared migration include. |
| dotnet-desktop-guide/winforms/migration/how-to-upgrade-winforms.md | Adds a new WinForms modernization-agent upgrade walkthrough. |
| dotnet-desktop-guide/includes/migration-shared.md | Introduces shared migration/upgrade guidance consumed by both WinForms and WPF migration overviews. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
gewarren
approved these changes
Jun 24, 2026
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
wadepickett
reviewed
Jun 26, 2026
wadepickett
reviewed
Jun 26, 2026
wadepickett
approved these changes
Jun 26, 2026
wadepickett
left a comment
Contributor
There was a problem hiding this comment.
Approved. Looks good. I had a couple very minor suggestions inline.
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
gewarren
approved these changes
Jun 26, 2026
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
TODO:
Fixes #2165
Fixes #2166
Internal previews