Skip to content

Commit bb76b84

Browse files
committed
Highlight that GHCP migration support for framework apps is in preview
1 parent 0263a79 commit bb76b84

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,31 @@ Feedback is important to Microsoft and the efficiency of this agent. Use the [Su
5959

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

62-
- ASP.NET and related technologies such as MVC, Razor Pages, Web API
6362
- Blazor
6463
- Azure Functions
6564
- Windows Presentation Foundation
6665
- Windows Forms
6766
- Class libraries
6867
- Console apps
6968

69+
> [!WARNING]
70+
> ASP.NET and related technologies such as MVC, Razor Pages, Web API are still in preview. You may use the tool to attempt
71+
> upgrading these, but be aware it will only work for limited scenarios. Please see [ASP.NET Migration](~/aspnet/core/migration/fx-to-core)
72+
> for details on recommendations for these kinds of migrations.
73+
7074
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).
7175

7276
### Upgrade paths
7377

7478
The following upgrade paths are supported:
7579

7680
- Upgrade projects from older .NET versions to the latest.
77-
- Upgrade projects from .NET Framework to the latest version of .NET.
7881
- Modernize your code base with new features.
7982
- Migrate components and services to Azure.
8083

84+
> [!WARNING]
85+
> Upgrading projects from .NET Framework to the latest version of .NET is still in preview.
86+
8187
## Migrate .NET projects to Azure
8288

8389
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)