Skip to content

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

Merged
adegeo merged 9 commits into
mainfrom
adegeo-ghcp-appmod-updates
Jul 8, 2026
Merged

Update GHCP AppMod docs: scenarios, platforms, and titles#54664
adegeo merged 9 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
Comment thread docs/core/porting/github-copilot-app-modernization/install.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/install.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/scenarios-and-skills.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/install.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/install.md Outdated

@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.

adegeo and others added 2 commits July 8, 2026 08:23
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
@adegeo adegeo enabled auto-merge (squash) July 8, 2026 15:30
@adegeo adegeo merged commit b93a293 into main Jul 8, 2026
11 checks passed
@adegeo adegeo deleted the adegeo-ghcp-appmod-updates branch July 8, 2026 15:47
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