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/azure/migration/appmod/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,12 +126,12 @@ This error occurs when AppCAT cannot find a compatible .NET SDK, even if you hav
126
126
127
127
To fix this error:
128
128
129
-
1. Download and install the .NET 9 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
129
+
1. Download and install the .NET 9.0 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
130
130
2. Restart Visual Studio.
131
131
3. Run the assessment again.
132
132
133
133
> [!NOTE]
134
-
> The GitHub Copilot app modernization for .NET extension can automatically help you install or upgrade to .NET 9. If you have an older version of the extension, updating to the latest version will provide automatic installation assistance for the required .NET 9 SDK.
134
+
> The GitHub Copilot app modernization for .NET extension can automatically help you install or upgrade to .NET 9. If you have an older version of the extension, update to the latest version for automatic installation assistance for the required .NET 9.0 SDK.
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/quickstart.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this quickstart, you assess and migrate a .NET project using [GitHub Copilot
18
18
19
19
## Prerequisites
20
20
21
-
Before you begin, ensure follow the prerequisites of [https://aka.ms/ghcp-appmod/dotNET#prerequisites].
21
+
Before you begin, [complete the preqrequisites](https://aka.ms/ghcp-appmod/dotNET#prerequisites).
22
22
23
23
### Sign-in to GitHub Copilot
24
24
@@ -74,7 +74,7 @@ GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](
74
74
75
75
### Start a migration task
76
76
77
-
You can start a migration task in one of the following ways:
77
+
Start a migration task using one of the following options:
78
78
79
79
**Option 1. Run from the Assessment Report**
80
80
@@ -83,11 +83,12 @@ Select the **Run Task** button in the Assessment Report generated in the previou
83
83
**Option 2. Send in Copilot Chat**
84
84
85
85
Send the migration task number (e.g., 1.1) or its name in the chat.
86
-
:::image type="content" source="media/quickstart_chat_experience.png" alt-text="A screenshot showing sending the message in the Copilot Chat to start a migration task.":::
86
+
87
+
:::image type="content" source="media/quickstart_chat_experience.png" alt-text="A screenshot showing sending the message in the Copilot Chat to start a migration task.":::
87
88
88
89
### Plan and progress tracker generation
89
90
90
-
- When you start the migration, GitHub Copilot begins a session named "App modernization: migrate from <sourcetechnology> to <targettechnology>" in agent mode with predefined prompts.
91
+
- When you start the migration, GitHub Copilot begins a session named "App modernization: migrate from `<source technology>` to `<target technology>`" in agent mode with predefined prompts.
91
92
- The tool creates two files in the `.appmod/.migration` folder:
92
93
-`plan.md` - the overall migration plan
93
94
-`progress.md` - a progress tracker; GitHub Copilot marks items as it completes tasks
@@ -112,7 +113,8 @@ Send the migration task number (e.g., 1.1) or its name in the chat.
112
113
## Default chat messages
113
114
114
115
The GitHub Copilot app modernization for .NET extension provides default chat message options to streamline your workflow.
115
-
:::image type="content" source="media/quickstart_followup.png" alt-text="A screenshot showing default chat message options in the Copilot Chat.":::
116
+
117
+
:::image type="content" source="media/quickstart_followup.png" alt-text="A screenshot showing default chat message options in the Copilot Chat.":::
116
118
117
119
You can choose one of the predefined options below and send it in the chat:
0 commit comments