Skip to content

Update GHCP AppMod docs: scenarios, platforms, and titles#54664

Open
adegeo wants to merge 7 commits into
mainfrom
adegeo-ghcp-appmod-updates
Open

Update GHCP AppMod docs: scenarios, platforms, and titles#54664
adegeo wants to merge 7 commits into
mainfrom
adegeo-ghcp-appmod-updates

Conversation

@adegeo

@adegeo adegeo commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates GitHub Copilot modernization documentation to reflect latest product changes from the modernize-dotnet CHANGELOG.

Changes

Naming fixes

  • Fixed VS component name from 'GitHub Copilot modernization' to 'GitHub Copilot app modernization' (matches the actual component name in Visual Studio Installer)
  • Fixed VS Code extension search name to 'GitHub Copilot modernization for .NET' (matches the Marketplace listing)

New scenarios added

  • Aspire integration - adds .NET Aspire support (added in v1.0.1026-preview1)
  • Aspire version upgrade - upgrades existing Aspire apps (added in v1.0.1026-preview1)
  • WebForms-to-Blazor upgrade - migrates Web Forms to Blazor (added in v1.0.1146-preview1)

Updated supported upgrade paths

  • Added .NET Framework 4.8.1 as a supported upgrade target (added in v1.0.1119-preview1)

New skills added

  • Azure SDK migration skill for upgrading Azure SDK dependencies (added in v1.0.1133-preview1)
  • LINQ to SQL to EF Core skill (present in baseline, was missing from docs)

Removed references

  • Removed all references to execution-log.md (removed from the agent in v1.0.1087-preview1)

Articles updated

  • install.md
  • overview.md
  • scenarios-and-skills.md
  • concepts.md
  • working-with-agent.md
  • troubleshooting.md
  • faq.yml
  • best-practices.md
  • how-to-upgrade-with-github-copilot.md
  • customization.md

Fixes #54663


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/porting/github-copilot-app-modernization/best-practices.md Best practices for GitHub Copilot modernization
docs/core/porting/github-copilot-app-modernization/concepts.md GitHub Copilot modernization core concepts
docs/core/porting/github-copilot-app-modernization/customization.md Customize GitHub Copilot modernization
docs/core/porting/github-copilot-app-modernization/faq.yml GitHub Copilot modernization FAQ
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md Upgrade a .NET app with GitHub Copilot modernization
docs/core/porting/github-copilot-app-modernization/install.md docs/core/porting/github-copilot-app-modernization/install
docs/core/porting/github-copilot-app-modernization/overview.md What is GitHub Copilot modernization?
docs/core/porting/github-copilot-app-modernization/scenarios-and-skills.md GitHub Copilot modernization scenarios and skills
docs/core/porting/github-copilot-app-modernization/troubleshooting.md Troubleshoot GitHub Copilot modernization
docs/core/porting/github-copilot-app-modernization/working-with-agent.md docs/core/porting/github-copilot-app-modernization/working-with-agent
docs/zone-pivot-groups.yml docs/zone-pivot-groups

- Fix VS component name to 'GitHub Copilot app modernization'
- Fix VS Code extension search name to 'GitHub Copilot modernization for .NET'
- Add new scenarios: Aspire integration, Aspire version upgrade, WebForms-to-Blazor
- Add .NET Framework 4.8.1 as supported upgrade target
- Add Azure SDK migration skill and LINQ to SQL to EF Core skill
- Remove execution-log.md references (file removed in agent v1.0.1087)
- Update ms.date on all modified articles

Fixes #54663

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 7, 2026 17:27
@adegeo adegeo requested a review from a team as a code owner July 7, 2026 17:27
@dotnetrepoman dotnetrepoman Bot added this to the July 2026 milestone Jul 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the GitHub Copilot app modernization (modernize-dotnet) documentation set to match recent product changes (new scenarios/skills, updated upgrade paths, and removal of execution-log.md references), and refreshes article metadata dates.

Changes:

  • Add new scenarios (Aspire integration, Aspire version upgrade, and WebForms-to-Blazor upgrade) and new skills (Azure SDK migration, and LINQ to SQL to EF Core) to the reference content.
  • Document the added upgrade target of .NET Framework 4.8.1 and remove execution-log.md references in favor of task progress artifacts.
  • Update installation naming to match Visual Studio optional component and VS Code extension listing, plus refresh ms.date across the set.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/core/porting/github-copilot-app-modernization/working-with-agent.md Removes execution-log.md references and refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/troubleshooting.md Replaces execution-log.md guidance with per-task progress details and refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/scenarios-and-skills.md Adds new scenarios/skills and updates upgrade-path tables.
docs/core/porting/github-copilot-app-modernization/overview.md Adds new scenarios and updates upgrade-path/state-artifact tables.
docs/core/porting/github-copilot-app-modernization/install.md Updates Visual Studio component name and VS Code extension search name.
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md Refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/faq.yml Updates upgrade-path table and refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/customization.md Refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/concepts.md Removes execution-log.md reference and refreshes ms.date.
docs/core/porting/github-copilot-app-modernization/best-practices.md Refreshes ms.date.

Comment thread docs/core/porting/github-copilot-app-modernization/install.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/troubleshooting.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/troubleshooting.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/overview.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/scenarios-and-skills.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/faq.yml Outdated
@adegeo adegeo marked this pull request as draft July 7, 2026 17:58
adegeo and others added 6 commits July 7, 2026 12:31
Move the repeated supported upgrade paths table into
includes/supported-upgrade-paths.md and reference it from
overview.md, scenarios-and-skills.md, and faq.yml.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@adegeo adegeo marked this pull request as ready for review July 7, 2026 23:18

## Install

Install through the Visual Studio Code:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Install through the Visual Studio Code:
Install as a Visual Studio Code extension:


1. Review [adding custom coding agents to your repository](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents).
1. Add the `modernize-dotnet` agent. See the [coding agent README](https://github.com/dotnet/modernize-dotnet/blob/main/coding-agent/README.md) for details.
1. Click on [this link](https://github.com/copilot/app/launch?entry_point=upgrade_agent_docs&open=ghapp%3A%2F%2Fplugins%2Fmarketplace%2Fadd%3Fsource%3Dmicrosoft%2Fupgrade-agent-plugins) to automatically open the **Settings** > **Plugins** window in the GitHub Copilot app.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Click on [this link](https://github.com/copilot/app/launch?entry_point=upgrade_agent_docs&open=ghapp%3A%2F%2Fplugins%2Fmarketplace%2Fadd%3Fsource%3Dmicrosoft%2Fupgrade-agent-plugins) to automatically open the **Settings** > **Plugins** window in the GitHub Copilot app.
1. Click [https://github.com/copilot/app/launch](https://github.com/copilot/app/launch?entry_point=upgrade_agent_docs&open=ghapp%3A%2F%2Fplugins%2Fmarketplace%2Fadd%3Fsource%3Dmicrosoft%2Fupgrade-agent-plugins) to automatically open the **Settings** > **Plugins** window in the GitHub Copilot app.

| **SqlClient upgrade** | Upgrades from System.Data.SqlClient to Microsoft.Data.SqlClient. | _"Update SqlClient"_ |
| **Azure Functions upgrade** | Upgrades Azure Functions from in-process to isolated worker model. | _"Upgrade my Azure Functions"_ |
| **Semantic Kernel to Agents** | Upgrades Semantic Kernel Agents to Microsoft Agent Framework. | _"Upgrade my SK agents"_ |
| **Aspire integration** | Adds .NET Aspire support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| **Aspire integration** | Adds .NET Aspire support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |
| **Aspire integration** | Adds [Aspire](https://aspire.dev) support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |

| [**SqlClient upgrade**](#sqlclient-upgrade) | Upgrades System.Data.SqlClient to Microsoft.Data.SqlClient. | _"Update SqlClient to the modern package"_ |
| [**Azure Functions upgrade**](#azure-functions-upgrade) | Upgrades Azure Functions from in-process to isolated worker model. | _"Upgrade my Azure Functions"_ |
| [**Semantic Kernel to Agents**](#semantic-kernel-to-microsoft-agent-framework) | Upgrades from SK Agents to Microsoft Agent Framework. | _"Upgrade my SK agents"_ |
| [**Aspire integration**](#aspire-integration) | Adds .NET Aspire support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| [**Aspire integration**](#aspire-integration) | Adds .NET Aspire support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |
| [**Aspire integration**](#aspire-integration) | Adds [Aspire](https://aspire.dev) support for inner-loop and Azure deployment. | _"Add Aspire to my app"_ |


### Aspire integration

Adds .NET Aspire support to existing applications for inner-loop development and Azure deployment. Configures the Aspire orchestration layer and integrates with the Aspire CLI agent.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Adds .NET Aspire support to existing applications for inner-loop development and Azure deployment. Configures the Aspire orchestration layer and integrates with the Aspire CLI agent.
Adds [Aspire](https://aspire.dev) support to existing applications for inner-loop development and Azure deployment. Configures the Aspire orchestration layer and integrates with the Aspire CLI agent.


### Aspire version upgrade

Upgrades existing .NET Aspire applications to newer versions of Aspire. Handles package updates, configuration changes, and breaking API changes between Aspire versions.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Upgrades existing .NET Aspire applications to newer versions of Aspire. Handles package updates, configuration changes, and breaking API changes between Aspire versions.
Upgrades existing Aspire applications to newer versions of Aspire. Handles package updates, configuration changes, and breaking API changes between Aspire versions.

1. Open the **GitHub Copilot Chat** window.
1. Send `@upgrade` in chat and see if it responds.

\-or-

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\-or-
-or-

Seperator was escaped or was a typo, elsewhere -or- is used so making this one the same.

1. Open a project in Visual Studio Code.
1. Open **GitHub Copilot Chat** and type `@modernize-dotnet`.
1. Open the **GitHub Copilot Chat** window.
1. Send `@upgrade` in chat and see if it responds.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Send `@upgrade` in chat and see if it responds.
1. Send `@upgrade` in chat and confirm the agent responds.

Very minor: take or leave.

@wadepickett wadepickett left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adegeo, approved, assuming gewarrent suggestions are addressed. I found a couple super minor items. Looks great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GHCP AppMod: Update titles, supported platforms, etc

4 participants