Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.topic: include
1. Start the agent by using one of these methods:

- **Visual Studio**: Right-click the solution or project in **Solution Explorer** and select **Modernize**. Alternatively, open the **GitHub Copilot Chat** window and type `@Modernize`.
- **Visual Studio Code**: Open the **GitHub Copilot Chat** panel and type `@modernize-dotnet`.
- **Visual Studio Code**: Open the **GitHub Copilot Chat** panel and type `@upgrade`.
- **GitHub Copilot CLI**: Type `@upgrade` followed by your upgrade or migration request.
- **GitHub Copilot app**: In the **Agent** picker, select `Upgrade`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ Before you install, make sure you have:
Install as a Visual Studio Code extension:

1. In Visual Studio Code, open the **Extensions** view (<kbd>Ctrl+Shift+X</kbd>).
1. Search for **GitHub Copilot modernization**.
1. Search for **GitHub Copilot upgrade**.
1. Select **Install**.

The extension automatically acquires the .NET SDK if it's missing, registers tools, and adds the agent to Copilot Chat as `modernize-dotnet`.
The extension automatically acquires the .NET SDK if it's missing, registers tools, and adds the agent to Copilot Chat as `Upgrade`.

## Verify the installation

1. Open a project in Visual Studio Code.
1. Open the **GitHub Copilot Chat** view.
1. Send `@modernize-dotnet` in chat and confirm the agent responds.
1. Send `@upgrade` in chat and confirm the agent responds.

-or-

Select the **Agent** picker and find the `modernize-dotnet` entry.
Select the **Agent** picker and find the `Upgrade` entry.

::: zone-end

Expand Down
10 changes: 0 additions & 10 deletions docs/navigate/migration-guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,5 @@ items:
- name: How to analyze a project
href: ../../core/porting/upgrade-assistant-how-to-analyze.md
displayName: upgrade assistant
- name: Project upgrade guide
items:
- name: ASP.NET
href: /aspnet/core/migration/fx-to-core/tooling
- name: Windows Presentation Foundation
href: /dotnet/desktop/wpf/migration/
- name: Windows Forms
href: /dotnet/desktop/winforms/migration/
- name: Universal Windows Platform
href: /windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/upgrade-assistant
- name: Telemetry
href: ../../core/porting/upgrade-assistant-telemetry.md
Loading