Skip to content

Commit 902fa19

Browse files
twsouthwickadegeo
andauthored
Highlight that GHCP migration support for framework apps is in preview (#48685)
* Highlight that GHCP migration support for framework apps is in preview * Fix broken link * change warning to note * Update docs/core/porting/github-copilot-app-modernization-overview.md * Revise .NET upgrade notes and emphasize ASP.NET migration Updated notes on .NET Framework upgrade scenarios and added emphasis on ASP.NET project migration recommendations. --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
1 parent 08cb49d commit 902fa19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/core/porting/github-copilot-app-modernization-overview.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,30 @@ To start an upgrade or migration, interact with GitHub Copilot, following these
5656

5757
The modernization agent supports upgrading projects coded in C#. The following types of projects are supported:
5858

59-
- ASP.NET and ASP.NET Core (including related technologies such as MVC, Razor Pages, and Web API)
59+
- ASP.NET Core (and related technologies such as MVC, Razor Pages, and Web API)
6060
- Blazor
6161
- Azure Functions
6262
- Windows Presentation Foundation
6363
- Windows Forms
6464
- Class libraries
6565
- Console apps
6666

67+
> [!IMPORTANT]
68+
> .NET Framework upgrade scenarios are currently in preview, which includes technologies such as Windows Forms for .NET Framework and ASP.NET. Using the modernization agent to design an upgrade plan might work in limited scenarios. If upgrading an ASP.NET project (or related technologies such as MVC, Razor Pages, Web API) see [ASP.NET Migration](/aspnet/core/migration/fx-to-core) for recommendations.
69+
6770
To learn how to start an upgrade, see [How to upgrade a .NET app with GitHub Copilot app modernization](how-to-upgrade-with-github-copilot.md).
6871

6972
### Upgrade paths
7073

7174
The following upgrade paths are supported:
7275

7376
- Upgrade projects from older .NET versions to the latest.
74-
- Upgrade projects from .NET Framework to the latest version of .NET.
7577
- Modernize your code base with new features.
7678
- Migrate components and services to Azure.
7779

80+
> [!IMPORTANT]
81+
> Upgrading projects from .NET Framework to the latest version of .NET is still in preview.
82+
7883
## Migrate .NET projects to Azure
7984

8085
The modernization agent combines automated analysis, AI-driven code remediation, build and vulnerability checks, and deployment automation to simplify migrations to Azure. The following capabilities describe how the agent assesses readiness, applies fixes, and streamlines the migration process:

0 commit comments

Comments
 (0)