Add dotnet migration on VSCode#51219
Merged
alexwolfmsft merged 20 commits intodotnet:mainfrom Feb 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
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
docs/azure/migration/appmod/includes/quickstart-visual-studio.md
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@dotnet-policy-service agree company="Microsoft" |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
hellosnow
reviewed
Jan 23, 2026
hellosnow
reviewed
Jan 23, 2026
hellosnow
approved these changes
Jan 23, 2026
adegeo
reviewed
Jan 23, 2026
alexwolfmsft
approved these changes
Jan 26, 2026
Contributor
Author
|
hi @alexwolfmsft the feature has been released, could you help merge the PR? Thx |
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
Add document of dotnet migration on VSCode:
Internal previews