-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update GHCP .NET custom instructions and how to #50570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the GitHub Copilot app modernization documentation to reflect a new three-stage workflow (assessment, planning, and execution) for upgrading .NET applications. The changes provide clearer guidance on how developers interact with the modernization agent at each stage, including examples of the Markdown files generated during the process.
Key changes:
- Restructured the upgrade workflow from a single-phase approach to a three-stage process with distinct assessment, planning, and execution phases
- Updated examples to show the new Markdown documentation format generated at each stage (
assessment.md,plan.md,tasks.md) - Revised custom upgrade instructions guidance to emphasize integration during the assessment stage
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 25 comments.
| File | Description |
|---|---|
| how-to-upgrade-with-github-copilot.md | Rewrote to document the three-stage workflow with new section structure, updated examples, and clarified the role of each stage |
| how-to-custom-upgrade-instructions.md | Updated to align custom upgrade instructions with the new three-stage workflow, emphasizing assessment-stage integration |
| visualstudio-copilot-upgrade5.png | New or updated screenshot supporting the revised workflow documentation |
| visualstudio-copilot-upgrade6.png | New or updated screenshot supporting the revised workflow documentation |
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-custom-upgrade-instructions.md
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md
Show resolved
Hide resolved
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, once you examine the Copilot comments. Some look reasonable.
I had one nit and one content question. Then, ![]()
Summary
Rewrote the howto and custom articles to detail the new workflow
Internal previews