Skip to content

Commit e2202af

Browse files
authored
New app mod flow doc (#48653)
* New assess and migrate app mod flow
1 parent 113a0e8 commit e2202af

16 files changed

+78
-65
lines changed

docs/azure/migration/appmod/faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,17 @@ If Visual Studio fails to automatically upgrade AppCAT when a new version is ava
122122

123123
## What should I do if I see "Command failed: No .NET SDKs were found" errors?
124124

125-
This error occurs when AppCAT cannot find a compatible .NET SDK, even if you have other .NET SDKs installed. AppCAT requires the .NET 8.0 SDK to run properly.
125+
This error occurs when AppCAT cannot find a compatible .NET SDK, even if you have other .NET SDKs installed. AppCAT requires the .NET 9.0 SDK to run properly.
126126

127127
To fix this error:
128128

129-
1. Download and install the .NET 8 SDK from <https://dotnet.microsoft.com/download/dotnet/8.0>.
129+
1. Download and install the .NET 9.0 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
130130
2. Restart Visual Studio.
131131
3. Run the assessment again.
132132

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, update to the latest version for automatic installation assistance for the required .NET 9.0 SDK.
135+
133136
## Does the tool store my source code?
134137

135138
No. The tool uses GitHub Copilot in the same way you use it to modify code, and doesn't retain code snippets beyond the immediate session. Telemetry metrics are collected and analyzed to track feature usage and effectiveness.
82.5 KB
Loading
102 KB
Loading
34.9 KB
Loading
51.9 KB
Loading
126 KB
Loading
135 KB
Loading
48.1 KB
Loading
-173 KB
Binary file not shown.
-181 KB
Binary file not shown.

0 commit comments

Comments
 (0)