-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add dotnet migration on VSCode #51219
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
base: main
Are you sure you want to change the base?
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 adds Visual Studio Code documentation for .NET migration with GitHub Copilot app modernization by refactoring the existing quickstart documentation to support multiple development environments through zone pivots.
Changes:
- Refactored main quickstart.md to use zone pivots for Visual Studio and VS Code
- Created quickstart-visual-studio.md include file with the original Visual Studio-specific content
- Created quickstart-vscode.md include file with new VS Code-specific migration documentation
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| docs/azure/migration/appmod/quickstart.md | Refactored to use zone pivots, enabling users to switch between Visual Studio and VS Code documentation |
| docs/azure/migration/appmod/includes/quickstart-visual-studio.md | New include file containing Visual Studio-specific migration instructions extracted from the original content |
| docs/azure/migration/appmod/includes/quickstart-vscode.md | New include file with VS Code-specific migration instructions, including prerequisites, migration tasks, validation iteration, and image references for VS Code |
docs/azure/migration/appmod/includes/quickstart-visual-studio.md
Outdated
Show resolved
Hide resolved
docs/azure/migration/appmod/includes/quickstart-visual-studio.md
Outdated
Show resolved
Hide resolved
| - Manage dependencies | ||
| - Apply configuration changes | ||
| - Make code changes | ||
| - Build the solution, fix all compilation and configuration errors, and ensure a successful build | ||
| - Fix security vulnerabilities |
Copilot
AI
Jan 21, 2026
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.
List items should be complete sentences with proper punctuation. Add periods to the end of each list item on lines 73-77.
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 is valid and should be fixed.
docs/azure/migration/appmod/includes/quickstart-visual-studio.md
Outdated
Show resolved
Hide resolved
| > [!TIP] | ||
| > These default messages help you quickly navigate common workflows without typing custom prompts. You can also enter your own messages to interact with Copilot for specific questions or needs. | ||
|
|
||
| ## Next Steps |
Copilot
AI
Jan 21, 2026
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.
Headings should use sentence case. Change "Next Steps" to "Next steps" (lowercase 's' in 'steps').
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 is valid and should be fixed.
|
@dotnet-policy-service agree company="Microsoft" |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
|
||
| ### Start a migration task | ||
|
|
||
| Start a migration task in one of the following ways: |
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.
Let's also recommend "Chat-based migration" as chat is more recommended entrance
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.
updated
| > [!TIP] | ||
| > These default messages help you quickly navigate common workflows without typing custom prompts. You can also enter your own messages to interact with Copilot for specific questions or needs. | ||
|
|
||
| ## Next Steps |
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.
The next steps could be in the shared section? Currently it's only in VS
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.
"Working with assessment" is for VS, I could add the other two "Predefined Tasks" and "FAQ" in next step for vscode.
| description: Learn how to assess and migrate a .NET project by using GitHub Copilot app modernization for .NET. | ||
| ms.topic: quickstart | ||
| ms.custom: devx-track-dotnet | ||
| ms.date: 09/22/2025 |
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.
Should update the date too.
Summary
Add document of dotnet migration on VSCode:
Internal previews