Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

Summary

Updates GitHub Copilot app modernization documentation to reference Visual Studio 2026 as the baseline, with Visual Studio 2022 version 17.14.17 or newer as fallback option. Updates all download links to point to Visual Studio 2026 and changes Visual Studio documentation query string parameters to use the correct visualstudio view moniker with preserve-view=true parameter.

Fixes #45907

Changes

  • docs/includes/github-copilot-app-modernization-prereqs.md:
    • Updated prerequisite text to "Visual Studio 2026 (or Visual Studio 2022 version 17.14.17 or newer)"
    • Moved download link to wrap "Visual Studio 2026" instead of "Visual Studio 2022"
    • Changed .NET desktop development workload link query parameter from view=vs-2022 to view=visualstudio&preserve-view=true
  • docs/core/porting/github-copilot-app-modernization/faq.yml:
    • Applied same version update for consistency
    • Moved download link to wrap "Visual Studio 2026" instead of "Visual Studio 2022"
    • Changed Visual Studio Customer Experience Improvement Program link query parameter from view=vs-2022 to view=visualstudio&preserve-view=true
  • docs/core/porting/github-copilot-app-modernization/overview.md:
    • Changed Visual Studio Customer Experience Improvement Program link query parameter from view=vs-2022 to view=visualstudio&preserve-view=true

All files now consistently reference Visual Studio 2026 as the primary version with proper download links and the correct visualstudio view moniker with preserve-view=true parameter for Visual Studio documentation links.

Original prompt

This section details on the original issue you should resolve

<issue_title>GitHub Copilot App modernization needs to mention Visual Studio 2026</issue_title>
<issue_description>### Type of issue

Outdated article

Description

This article, and the others in the same folder, should update the Visual Studio version talked about to focus on 2026 as the baseline. Version 2022 should be mentioned along with it. For example:

Visual Studio 2026 (or Visual Studio 2022 version 17.14.17 or newer)

Page URL

https://learn.microsoft.com/en-us/dotnet/core/porting/github-copilot-app-modernization/overview

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/porting/github-copilot-app-modernization/overview.md

Document Version Independent Id

cd05564d-822e-3feb-ded8-7fd55190bb5f

Platform Id

7be98696-b390-cfa6-b363-d4e82b04a086

Article author

@adegeo

Metadata

  • ID: 33f0f530-1604-b7df-95a1-99bb8e6e8c85
  • PlatformId: 7be98696-b390-cfa6-b363-d4e82b04a086
  • Service: dotnet-fundamentals

Related Issues</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


Internal previews

📄 File 🔗 Preview link
docs/core/porting/github-copilot-app-modernization/faq.yml docs/core/porting/github-copilot-app-modernization/faq
docs/core/porting/github-copilot-app-modernization/overview.md docs/core/porting/github-copilot-app-modernization/overview

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Copilot App article for Visual Studio 2026 Update Visual Studio version references to 2026 baseline in GitHub Copilot app modernization docs Nov 17, 2025
Copilot finished work on behalf of adegeo November 17, 2025 17:39
Copilot AI requested a review from adegeo November 17, 2025 17:39
@adegeo
Copy link
Contributor

adegeo commented Nov 17, 2025

@copilot the links should be for the Visual Studio 2026 now, not wrapped around 2022. I also noticed some other links, like for the .NET Desktop workload, those have a 2022 portion in the query string that should be changed to 2026.

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 17, 2025

@copilot the links should be for the Visual Studio 2026 now, not wrapped around 2022. I also noticed some other links, like for the .NET Desktop workload, those have a 2022 portion in the query string...

Updated in commit 7463e46. The links now wrap "Visual Studio 2026" instead of "Visual Studio 2022", and all query string parameters have been changed from view=vs-2022 to view=vs-2026 across the prerequisites include file, FAQ, and overview documentation.

Copilot finished work on behalf of adegeo November 17, 2025 17:52
@adegeo
Copy link
Contributor

adegeo commented Nov 17, 2025

@copilot whoops, I just discovered that they changed the view moniker from vs-2026 to visualstudio. Fix that.

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 17, 2025

@copilot whoops, I just discovered that they changed the view moniker from vs-2026 to visualstudio. Fix that.

Fixed in commit 7d36cf2. All view monikers have been changed from vs-2026 to visualstudio across all three files.

Copilot finished work on behalf of adegeo November 17, 2025 18:01
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copilot finished work on behalf of adegeo November 17, 2025 18:06
Copilot AI requested a review from adegeo November 17, 2025 18:06
@adegeo adegeo marked this pull request as ready for review November 17, 2025 19:17
@adegeo adegeo requested a review from a team as a code owner November 17, 2025 19:17
Copilot AI review requested due to automatic review settings November 17, 2025 19:17
Copilot finished reviewing on behalf of adegeo November 17, 2025 19:19
Copy link
Contributor

Copilot AI left a 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 updates GitHub Copilot app modernization documentation to reference Visual Studio 2026 as the baseline version, with Visual Studio 2022 version 17.14.17 as a fallback. The changes standardize version references and update Visual Studio documentation links to use the correct view moniker.

Key Changes

  • Updated Visual Studio version references from 2022 v17.14.16 to 2026 as primary with 2022 v17.14.17+ as fallback
  • Migrated Visual Studio documentation link view parameters from view=vs-2022 to view=visualstudio&preserve-view=true

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/includes/github-copilot-app-modernization-prereqs.md Updated prerequisite requirements to reference Visual Studio 2026 and modified workload link query parameter
docs/core/porting/github-copilot-app-modernization/faq.yml Updated Visual Studio version in summary section and telemetry link query parameter
docs/core/porting/github-copilot-app-modernization/overview.md Updated telemetry documentation link query parameter

@adegeo adegeo merged commit 2415296 into main Nov 17, 2025
25 checks passed
@adegeo adegeo deleted the copilot/update-visual-studio-version branch November 17, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Copilot App modernization needs to mention Visual Studio 2026

3 participants