You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/install/upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Here's how to do it:
39
39
- The same pattern applies for the `<TargetFrameworks>` property if it is being used.
40
40
41
41
> [!TIP]
42
-
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization-overview.md) capability can make these changes automatically.
42
+
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization/overview.md) capability can make these changes automatically.
43
43
44
44
The next step is to build the project (or solution) with the new SDK. If additional changes are needed, the SDK will provide warnings and errors that guide you.
Copy file name to clipboardExpand all lines: docs/core/porting/framework-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Even if you use a tool to help port your application, you should review the [Con
125
125
126
126
### GitHub Copilot app modernization assistant
127
127
128
-
[GitHub Copilot app modernization](github-copilot-app-modernization-overview.md) is a GitHub Copilot chat assistant that helps you plan and upgrade projects to newer versions of .NET, migrate to Azure, update dependencies, and apply code fixes. Azure migration is powered by [Application and code assessment for .NET](../../azure/migration/appcat/app-code-assessment-toolkit.md)
128
+
[GitHub Copilot app modernization](github-copilot-app-modernization/overview.md) is a GitHub Copilot chat assistant that helps you plan and upgrade projects to newer versions of .NET, migrate to Azure, update dependencies, and apply code fixes. Azure migration is powered by [Application and code assessment for .NET](../../azure/migration/appcat/app-code-assessment-toolkit.md)
129
129
130
130
This chat assistant supports the following upgrade paths:
131
131
@@ -190,7 +190,7 @@ For more information, see [Platform compatibility analyzer](../../standard/analy
190
190
191
191
When porting your application to .NET, consider the following suggestions in order:
192
192
193
-
✔️ CONSIDER using the [GitHub Copilot app modernization](github-copilot-app-modernization-overview.md) to upgrade your projects. GitHub Copilot is powerful at identifying and fixing incompatibilities when porting. It automates most of the manual steps detailed in this article and gives you a great starting point for continuing your upgrade path.
193
+
✔️ CONSIDER using the [GitHub Copilot app modernization](github-copilot-app-modernization/overview.md) to upgrade your projects. GitHub Copilot is powerful at identifying and fixing incompatibilities when porting. It automates most of the manual steps detailed in this article and gives you a great starting point for continuing your upgrade path.
194
194
195
195
✔️ CONSIDER examining your dependencies first. Your dependencies must target .NET, .NET Standard, or .NET Core.
196
196
@@ -210,7 +210,7 @@ When porting your application to .NET, consider the following suggestions in ord
210
210
211
211
## See also
212
212
213
-
-[What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md)
213
+
-[What is GitHub Copilot app modernization](github-copilot-app-modernization/overview.md)
214
214
-[ASP.NET to ASP.NET Core migration](/aspnet/core/migration/proper-to-2x)
215
215
-[Upgrade a WPF desktop app to .NET](/dotnet/desktop/wpf/migration/)
216
216
-[Upgrade a Windows Forms app to .NET](/dotnet/desktop/winforms/migration/)
Copy file name to clipboardExpand all lines: docs/core/porting/github-copilot-app-modernization/faq.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ metadata:
10
10
11
11
title: GitHub Copilot app modernization FAQ
12
12
summary: |
13
-
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md).
13
+
GitHub Copilot app modernization is an interactive GitHub Copilot agent that adds powerful capabilities to Visual Studio. This article answers frequently asked questions. For more information about the modernization agent, see [What is GitHub Copilot app modernization](overview.md).
14
14
15
15
The tool requires one of the following GitHub Copilot subscriptions:
16
16
@@ -107,7 +107,7 @@ sections:
107
107
- Logging
108
108
- Security
109
109
110
-
For more information about these scenarios, see [Predefined tasks for migration](github-copilot-app-modernization-overview.md#predefined-tasks-for-migration).
110
+
For more information about these scenarios, see [Predefined tasks for migration](overview.md#predefined-tasks-for-migration).
111
111
112
112
- question: Can I monitor assessment progress?
113
113
answer: |
@@ -125,4 +125,4 @@ sections:
125
125
additionalContent: |
126
126
## Related content
127
127
128
-
To learn more, see [What is GitHub Copilot app modernization?](github-copilot-app-modernization-overview.md).
128
+
To learn more, see [What is GitHub Copilot app modernization?](overview.md).
0 commit comments