Skip to content

Commit 4560a58

Browse files
committed
fix build warnings
1 parent 8d8ac04 commit 4560a58

File tree

9 files changed

+33
-13
lines changed

9 files changed

+33
-13
lines changed

.openpublishing.redirection.core.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,18 @@
877877
"source_path_from_root": "/docs/core/packages.md",
878878
"redirect_url": "/dotnet/core/deploying"
879879
},
880+
{
881+
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-faq.yml",
882+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/faq"
883+
},
884+
{
885+
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-overview.md",
886+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/overview"
887+
},
888+
{
889+
"source_path_from_root": "/docs/core/porting/how-to-upgrade-with-github-copilot.md",
890+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot"
891+
},
880892
{
881893
"source_path_from_root": "/docs/core/porting/libraries.md",
882894
"redirect_url": "/dotnet/core/porting/"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/docs/navigate/github-copilot-modernize/index.yml",
5+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/index"
6+
}
7+
]
8+
}

docs/core/porting/framework-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Even if you use a tool to help port your application, you should review the [Con
125125

126126
### GitHub Copilot app modernization assistant
127127

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

130130
This chat assistant supports the following upgrade paths:
131131

@@ -190,7 +190,7 @@ For more information, see [Platform compatibility analyzer](../../standard/analy
190190

191191
When porting your application to .NET, consider the following suggestions in order:
192192

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

195195
✔️ CONSIDER examining your dependencies first. Your dependencies must target .NET, .NET Standard, or .NET Core.
196196

@@ -210,7 +210,7 @@ When porting your application to .NET, consider the following suggestions in ord
210210

211211
## See also
212212

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)
214214
- [ASP.NET to ASP.NET Core migration](/aspnet/core/migration/proper-to-2x)
215215
- [Upgrade a WPF desktop app to .NET](/dotnet/desktop/wpf/migration/)
216216
- [Upgrade a Windows Forms app to .NET](/dotnet/desktop/winforms/migration/)

docs/core/porting/github-copilot-app-modernization/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010

1111
title: GitHub Copilot app modernization FAQ
1212
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](github-copilot-app-modernization/overview.md).
1414
1515
The tool requires one of the following GitHub Copilot subscriptions:
1616
@@ -107,7 +107,7 @@ sections:
107107
- Logging
108108
- Security
109109
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](github-copilot-app-modernization/overview.md#predefined-tasks-for-migration).
111111
112112
- question: Can I monitor assessment progress?
113113
answer: |
@@ -125,4 +125,4 @@ sections:
125125
additionalContent: |
126126
## Related content
127127
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?](github-copilot-app-modernization/overview.md).

docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ After completing the upgrade process:
153153

154154
## Related content
155155

156-
- [GitHub Copilot app modernization FAQ](github-copilot-app-modernization-faq.yml)
156+
- [GitHub Copilot app modernization FAQ](github-copilot-app-modernization/faq.yml)

docs/core/porting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The GitHub Copilot app modernization agent provides an AI-assisted, end-to-end e
4242

4343
Use the GitHub Copilot app modernization agent when you want a guided, AI-powered path to assess, remediate, and modernize codebases—particularly for projects that have many dependencies, rely on Windows-specific APIs, or when you plan to containerize or migrate services to the cloud.
4444

45-
For more information, see [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md).
45+
For more information, see [What is GitHub Copilot app modernization](github-copilot-app-modernization/overview.md).

docs/core/porting/modernize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: sfi-ropc-nochange
1010

1111
# Modernize after upgrading to .NET from .NET Framework
1212

13-
In this article, you'll learn about different ways you can modernize your app after it's been upgraded from .NET Framework to .NET. Use the [GitHub Copilot app modernization](github-copilot-app-modernization-overview.md) assistant to upgrade your app to .NET.
13+
In this article, you'll learn about different ways you can modernize your app after it's been upgraded from .NET Framework to .NET. Use the [GitHub Copilot app modernization](github-copilot-app-modernization/overview.md) assistant to upgrade your app to .NET.
1414

1515
## Missing APIs
1616

docs/core/porting/porting-approaches.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 09/15/2025
77
---
88
# Create a porting plan
99

10-
Before you jump straight into the code, take the time to go through the recommended pre-migration steps. This article gives you insight into the kinds of issues you may come across, and helps you decide on an approach that makes the most sense.
10+
Before you jump straight into the code, take the time to go through the recommended pre-migration steps. This article gives you insight into the kinds of issues you might come across, and helps you decide on an approach that makes the most sense.
1111

1212
[!INCLUDE[](../../../includes/deprecating-api-port.md)]
1313

@@ -27,7 +27,7 @@ This approach works well for small projects or projects that don't use many .NET
2727

2828
Although it's unstructured, this code-focused approach often resolves issues quickly. A project that contains only data models might be an ideal candidate for this approach.
2929

30-
### Stay on the .NET Framework until portability issues are resolved
30+
### Stay on .NET Framework until portability issues are resolved
3131

3232
This approach might be the best if you prefer to have code that compiles during the entire process. The approach is as follows:
3333

@@ -98,5 +98,5 @@ If you start with the base of your library and move outward from the base and te
9898

9999
## Next steps
100100

101-
- [What is GitHub Copilot app modernization](github-copilot-app-modernization-overview.md)
101+
- [What is GitHub Copilot app modernization](github-copilot-app-modernization/overview.md)
102102
- [Organize your project to support both .NET Framework and .NET Core](project-structure.md)

docs/core/porting/third-party-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The .NET Team would like to know which libraries are the most important to suppo
9595

9696
## Analyze non-NuGet dependencies
9797

98-
You might have a dependency that isn't a NuGet package, such as a DLL in the file system. You can determine the portability of that dependency with the [GitHub Copilot app modernization agent](github-copilot-app-modernization-overview.md).
98+
You might have a dependency that isn't a NuGet package, such as a DLL in the file system. You can determine the portability of that dependency with the [GitHub Copilot app modernization agent](github-copilot-app-modernization/overview.md).
9999

100100
## Next steps
101101

0 commit comments

Comments
 (0)