From 2515f0fe5fd8f995f4c0ba49e8624e8b3ccd93ba Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 16 Jul 2026 10:52:54 -0700 Subject: [PATCH 1/3] Updates --- .../github-copilot-app-modernization/install.md | 6 +++--- docs/navigate/migration-guide/toc.yml | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/docs/core/porting/github-copilot-app-modernization/install.md b/docs/core/porting/github-copilot-app-modernization/install.md index 5d11a84e13744..814ebe76759d1 100644 --- a/docs/core/porting/github-copilot-app-modernization/install.md +++ b/docs/core/porting/github-copilot-app-modernization/install.md @@ -53,7 +53,7 @@ Before you install, make sure you have: Install as a Visual Studio Code extension: 1. In Visual Studio Code, open the **Extensions** view (Ctrl+Shift+X). -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`. @@ -62,11 +62,11 @@ The extension automatically acquires the .NET SDK if it's missing, registers too 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 diff --git a/docs/navigate/migration-guide/toc.yml b/docs/navigate/migration-guide/toc.yml index 83bf685a6fbde..ff97484f8d9e4 100644 --- a/docs/navigate/migration-guide/toc.yml +++ b/docs/navigate/migration-guide/toc.yml @@ -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 From 6eb1e80247e794d1517ec9dd6a5dc8cebfca210a Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 16 Jul 2026 10:54:58 -0700 Subject: [PATCH 2/3] Update instructions on how to start the chat --- .../includes/how-to-initiate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization/includes/how-to-initiate.md b/docs/core/porting/github-copilot-app-modernization/includes/how-to-initiate.md index cf087861d2ac8..f2b5ff74b171d 100644 --- a/docs/core/porting/github-copilot-app-modernization/includes/how-to-initiate.md +++ b/docs/core/porting/github-copilot-app-modernization/includes/how-to-initiate.md @@ -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`. From d98b1c0232193fdb0ddcf58d6b0377f133363381 Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 16 Jul 2026 11:00:11 -0700 Subject: [PATCH 3/3] Fix nname --- docs/core/porting/github-copilot-app-modernization/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization/install.md b/docs/core/porting/github-copilot-app-modernization/install.md index 814ebe76759d1..d877fd6b8490f 100644 --- a/docs/core/porting/github-copilot-app-modernization/install.md +++ b/docs/core/porting/github-copilot-app-modernization/install.md @@ -56,7 +56,7 @@ Install as a Visual Studio Code extension: 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