From 9c418adbfee5a4bcb59b80b97fa4c8fd2f981aff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:30:59 +0000 Subject: [PATCH 1/5] Initial plan From e5f48c16a7dab7bdc86cb65c99169c058df7a785 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:35:02 +0000 Subject: [PATCH 2/5] Update Visual Studio version to 2026 with VS 2022 17.14.17 fallback Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- docs/core/porting/github-copilot-app-modernization/faq.yml | 2 +- docs/includes/github-copilot-app-modernization-prereqs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/porting/github-copilot-app-modernization/faq.yml b/docs/core/porting/github-copilot-app-modernization/faq.yml index b033fa1d96064..e924314fa625a 100644 --- a/docs/core/porting/github-copilot-app-modernization/faq.yml +++ b/docs/core/porting/github-copilot-app-modernization/faq.yml @@ -19,7 +19,7 @@ summary: | - Copilot Business - Copilot Enterprise - GitHub Copilot app modernization is included in [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/). + GitHub Copilot app modernization is included in Visual Studio 2026 (or [Visual Studio 2022 version 17.14.17 or newer](https://visualstudio.microsoft.com/downloads/)). sections: - name: Modernization agent diff --git a/docs/includes/github-copilot-app-modernization-prereqs.md b/docs/includes/github-copilot-app-modernization-prereqs.md index bf2fd086c8516..f305fa64aa0a8 100644 --- a/docs/includes/github-copilot-app-modernization-prereqs.md +++ b/docs/includes/github-copilot-app-modernization-prereqs.md @@ -7,7 +7,7 @@ ms.topic: include --- - Windows Operating System -- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/). +- Visual Studio 2026 (or [Visual Studio 2022 version 17.14.17 or newer](https://visualstudio.microsoft.com/downloads/)). - [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled: - GitHub Copilot From 7463e46e755bf67687f70edd2cf648c228b91b3c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:50:14 +0000 Subject: [PATCH 3/5] Update links to point to VS 2026 and change query strings to vs-2026 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- docs/core/porting/github-copilot-app-modernization/faq.yml | 4 ++-- .../core/porting/github-copilot-app-modernization/overview.md | 2 +- docs/includes/github-copilot-app-modernization-prereqs.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/core/porting/github-copilot-app-modernization/faq.yml b/docs/core/porting/github-copilot-app-modernization/faq.yml index e924314fa625a..063d6012a7840 100644 --- a/docs/core/porting/github-copilot-app-modernization/faq.yml +++ b/docs/core/porting/github-copilot-app-modernization/faq.yml @@ -19,7 +19,7 @@ summary: | - Copilot Business - Copilot Enterprise - GitHub Copilot app modernization is included in Visual Studio 2026 (or [Visual Studio 2022 version 17.14.17 or newer](https://visualstudio.microsoft.com/downloads/)). + GitHub Copilot app modernization is included in [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/) (or Visual Studio 2022 version 17.14.17 or newer). sections: - name: Modernization agent @@ -62,7 +62,7 @@ sections: - question: What data is collected? answer: | - The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2022). + The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2026). - question: Can I disable telemetry? answer: | diff --git a/docs/core/porting/github-copilot-app-modernization/overview.md b/docs/core/porting/github-copilot-app-modernization/overview.md index 0925aa5c4c1c7..d09ae9658383a 100644 --- a/docs/core/porting/github-copilot-app-modernization/overview.md +++ b/docs/core/porting/github-copilot-app-modernization/overview.md @@ -156,7 +156,7 @@ The report also provides a _Next steps_ section that describes the steps you sho ## Telemetry -The tool only collects data about project types, intent to upgrade, and upgrade duration. The data is collected and aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2022&preserve-view=true). +The tool only collects data about project types, intent to upgrade, and upgrade duration. The data is collected and aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2026&preserve-view=true). ## Related content diff --git a/docs/includes/github-copilot-app-modernization-prereqs.md b/docs/includes/github-copilot-app-modernization-prereqs.md index f305fa64aa0a8..9e2afcf2c81bd 100644 --- a/docs/includes/github-copilot-app-modernization-prereqs.md +++ b/docs/includes/github-copilot-app-modernization-prereqs.md @@ -7,8 +7,8 @@ ms.topic: include --- - Windows Operating System -- Visual Studio 2026 (or [Visual Studio 2022 version 17.14.17 or newer](https://visualstudio.microsoft.com/downloads/)). -- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled: +- [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/) (or Visual Studio 2022 version 17.14.17 or newer). +- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2026&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled: - GitHub Copilot - GitHub Copilot app modernization for .NET From 7d36cf2eb4b37938e016ff7e7aa8211236410277 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:58:37 +0000 Subject: [PATCH 4/5] Change view moniker from vs-2026 to visualstudio Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- docs/core/porting/github-copilot-app-modernization/faq.yml | 2 +- docs/core/porting/github-copilot-app-modernization/overview.md | 2 +- docs/includes/github-copilot-app-modernization-prereqs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/porting/github-copilot-app-modernization/faq.yml b/docs/core/porting/github-copilot-app-modernization/faq.yml index 063d6012a7840..e38f4f23eca50 100644 --- a/docs/core/porting/github-copilot-app-modernization/faq.yml +++ b/docs/core/porting/github-copilot-app-modernization/faq.yml @@ -62,7 +62,7 @@ sections: - question: What data is collected? answer: | - The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2026). + The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=visualstudio). - question: Can I disable telemetry? answer: | diff --git a/docs/core/porting/github-copilot-app-modernization/overview.md b/docs/core/porting/github-copilot-app-modernization/overview.md index d09ae9658383a..4b1fc3b810a3f 100644 --- a/docs/core/porting/github-copilot-app-modernization/overview.md +++ b/docs/core/porting/github-copilot-app-modernization/overview.md @@ -156,7 +156,7 @@ The report also provides a _Next steps_ section that describes the steps you sho ## Telemetry -The tool only collects data about project types, intent to upgrade, and upgrade duration. The data is collected and aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=vs-2026&preserve-view=true). +The tool only collects data about project types, intent to upgrade, and upgrade duration. The data is collected and aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=visualstudio&preserve-view=true). ## Related content diff --git a/docs/includes/github-copilot-app-modernization-prereqs.md b/docs/includes/github-copilot-app-modernization-prereqs.md index 9e2afcf2c81bd..7c0b02144722f 100644 --- a/docs/includes/github-copilot-app-modernization-prereqs.md +++ b/docs/includes/github-copilot-app-modernization-prereqs.md @@ -8,7 +8,7 @@ ms.topic: include - Windows Operating System - [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/) (or Visual Studio 2022 version 17.14.17 or newer). -- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2026&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled: +- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=visualstudio&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled: - GitHub Copilot - GitHub Copilot app modernization for .NET From 5596b35d9c0f8a3383c64c17a9984f46d0ce7c1d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:04:47 +0000 Subject: [PATCH 5/5] Add preserve-view=true to Visual Studio Customer Experience link in FAQ Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- docs/core/porting/github-copilot-app-modernization/faq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization/faq.yml b/docs/core/porting/github-copilot-app-modernization/faq.yml index e38f4f23eca50..ee65a6db8a99c 100644 --- a/docs/core/porting/github-copilot-app-modernization/faq.yml +++ b/docs/core/porting/github-copilot-app-modernization/faq.yml @@ -62,7 +62,7 @@ sections: - question: What data is collected? answer: | - The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=visualstudio). + The agent only collects telemetry information about project types, intent to upgrade, and upgrade duration. The data is aggregated through Visual Studio itself and doesn't contain any user-identifiable information. For more information about Microsoft's privacy policy, see [Visual Studio Customer Experience Improvement Program](/visualstudio/ide/visual-studio-experience-improvement-program?view=visualstudio&preserve-view=true). - question: Can I disable telemetry? answer: |