dotnet / dotnet/website-feedback
Issue installing C# dev kit
- Dominant language
- No language data
- Stars
- 7
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
### URL
https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/install
### Operating system
windows
### More information about your system
OS version: Windows 11 24H2
Architecture: x64
### Description
When running the WinGet configuration file .NET 9 SDK and VS Code successfully install but when it tries to install the C# dev kit it shows the following error message:
The configuration unit failed while attempting to test the current system state.
Executing 'C:\Users\legit\AppData\Local\Programs\Microsoft VS Code\bin\code.cmd --list-extensions --show-versions' failed. Command Output: '(node:16288) [DEP0168] DeprecationWarning: Uncaught N-API callback exception detected, please run node with option --force-node-api-uncaught-exceptions-policy=true to handle those exceptions properly.\n (Use `Code --tra…
\
Some of the configuration was not applied successfully.
Below is a screenshot of my terminal with the error included.

### dotnet --info
PS C:\Users\legit> dotnet --info
.NET SDK:
Version: 9.0.203
Commit: dc7acfa194
Workload version: 9.0.200-manifests.9df47798
MSBuild version: 17.13.20+a4ef1e90f
Runtime Environment:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.203\
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.4
Architecture: x64
Commit: f57e6dc747
.NET SDKs installed:
9.0.203 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
PS C:\Users\legit>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.