-
Notifications
You must be signed in to change notification settings - Fork 6k
Add doc to describe custom upgrade instructions #48783
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
Add doc to describe custom upgrade instructions #48783
Conversation
@adegeo and @mikadumont for review |
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 adds comprehensive documentation for the custom upgrade instructions feature in GitHub Copilot app modernization for .NET upgrades. The documentation enables developers to create, test, and apply reusable upgrade instructions that automate specific transformations during .NET modernization projects.
Key changes:
- New how-to guide explaining custom upgrade instructions functionality
- Step-by-step procedures for creating, testing, and applying custom instructions
- Examples focused on replacing Newtonsoft.Json with System.Text.Json
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-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization-how-to-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
@copilot handle these feedback items.
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-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization-how-to-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization-how-to-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization-how-to-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
@copilot wake up and perform the tasks mentioned to you |
@copilot let's see if you're still here. Can you address the comments? |
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
Copilot reviewed 1 out of 3 changed files in this pull request and generated 3 comments.
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-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
docs/core/porting/github-copilot-app-modernization-how-to-custom-upgrade-instructions.md
Outdated
Show resolved
Hide resolved
Copilot can't actually work on a PR fixing things unless it created the PR... |
Because files moved around in the main branch, I need to target an older branch, merge, then sync with main and open a new PR. |
Summary
Adding documentation to describe how to use the custom upgrade instructions feature of the GitHub Copilot app modernization upgrade for .NET experience.
Internal previews