Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core/porting/github-copilot-app-modernization-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
author: adegeo
ms.author: adegeo
ms.topic: faq
ms.date: 05/16/2025
ms.date: 09/04/2025

title: GitHub Copilot app modernization - upgrade for .NET FAQ
summary: |
Expand Down Expand Up @@ -48,10 +48,10 @@ sections:
- Web API
- Desktop technologies such as Windows Forms and Windows Presentation Foundation.
- Test projects such as MSTest and NUnit.
- .NET Framework projects.

- question: What limitations are there?
answer: |
- It doesn't support .NET Framework projects. (First upgrade the project to .NET with the [Upgrade Assistant tool](upgrade-assistant-overview.md).)
- Only Git repositories are supported.
- There's no guarantee that the upgrade suggestions are considered best practices.
- The LLM doesn't persist learning from the upgrade. Meaning, code fixes and corrections you provide during the upgrade process don't persist and can't be remembered for future upgrades.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ titleSuffix: ""
author: adegeo
ms.author: adegeo
ms.topic: install-set-up-deploy
ms.date: 05/16/2025
ms.date: 09/04/2025

#customer intent: As a developer, I want to install GitHub Copilot App Modernization so that I can upgrade my projects.

Expand Down Expand Up @@ -60,7 +60,7 @@ The following steps install the Visual Studio extension.

There are two ways to determine if GitHub Copilot App Modernization is installed as a Visual Studio extension:

- The quickest way is to right-click on any .NET or .NET Framework project in **Solution Explorer** and check for an **Upgrade** menu item.
- The quickest way is to right-click on any .NET or .NET Framework project in **Solution Explorer** and check for an **Upgrade with GitHub Copilot** menu item.
- Another way is to select the **Extensions** > **Manage Extensions** menu to open the **Extension Manager** window. Then, select the **Installed** tab and find it in the list of installed extensions.

## Related content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ titleSuffix: ""
author: adegeo
ms.author: adegeo
ms.topic: overview
ms.date: 05/16/2025
ms.date: 09/04/2025

#customer intent: As a developer, I want to upgrade my project so that I can take advantage of the latest features.

Expand Down Expand Up @@ -51,9 +51,6 @@ GitHub Copilot app modernization supports upgrading projects coded in C#. The fo
- Class libraries
- Console apps

> [!IMPORTANT]
> The current version of the extension doesn't support upgrading from .NET Framework to .NET. In these scenarios, use the [.NET Upgrade Assistant](upgrade-assistant-overview.md) to migrate to .NET, then use this tool to modernize your code.

## Upgrade paths

The following upgrade paths are supported:
Expand Down
Loading