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
and reload vscode but .Net 8.0 is not detected either.
Ideally it should have worked with v9 but also if not detected automatically it would be better to allow the user to specify the directory path required.
30/01/2025, 20:35:47 DotnetVersionResolutionError
Error
An active-support version of dotnet couldn't be found. Discovered versions: []
Error: An active-support version of dotnet couldn't be found. Discovered versions: []
at /home/*********/.vscode/extensions/ms-dotnettools.vscode-dotnet-runtime-2.2.6/dist/extension.js:2:9718
at Generator.next (<anonymous>)
at s (/home/********/.vscode/extensions/ms-dotnettools.vscode-dotnet-runtime-2.2.6/dist/extension.js:2:4678)
null
Please attach log file(s) here if you have any.
The command "/usr/lib64/dotnet/dotnet" --info exited
with signal: undefined.
30/01/2025, 20:35:46 CommandExecutionStdOut
The command "/usr/lib64/dotnet/dotnet" --info encountered stdout:
.NET SDK:
Version: 9.0.102
Commit: 1cf154a56d
Workload version: 9.0.100-manifests.f12a3708
MSBuild version: 17.12.18+1cf154a56
Runtime Environment:
OS Name: fedora
OS Version: 41
OS Platform: Linux
RID: fedora.41-x64
Base Path: /usr/lib64/dotnet/sdk/9.0.102/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.1
Architecture: x64
Commit: 1cf154a56d
.NET SDKs installed:
9.0.102 [/usr/lib64/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.12 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.1 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.12 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.1 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
...
30/01/2025, 20:35:47 DotnetVersionResolutionError
Error
An active-support version of dotnet couldn't be found. Discovered versions: []
Error: An active-support version of dotnet couldn't be found. Discovered versions: []
at /home/*********/.vscode/extensions/ms-dotnettools.vscode-dotnet-runtime-2.2.6/dist/extension.js:2:9718
at Generator.next (<anonymous>)
at s (/home/*******/.vscode/extensions/ms-dotnettools.vscode-dotnet-runtime-2.2.6/dist/extension.js:2:4678)
null
Reproduction Steps
install dotnet and this vscode plugin on Fedora
Expected Behavior
it should detect the installed SDK
Exceptions & Errors (if any)
see above
.NET Install Tool Version
v2.2.6
Your operating system? Please provide more detail, such as the version and or distro above.
Linux
VS Code Version
1.96.4
The text was updated successfully, but these errors were encountered:
Thanks for your detailed and well organized report. Sorry for the delayed reply.
That UI is for installing the SDK without using the terminal.
That is not supported in Fedora so Im surprised it shows the UI at all. We would take community contributions to add that support. See our documentation on distro support.
It can still detect your SDK for actual use of C# and C# DevKit, at least it should -- that is separate logic. That message is a little misleading because its just talking about SDKs it can install. Since it doesn't have logic for fedora it can't find anything to install. But it should be able to find your install when its actually running. If it didnt, no features of C#DK will work.
Describe the bug.
Install dotnet using
sudo dnf install dotnet-sdk-9.0
which installs the following:open vscode but it appears not to support v9.0:
So I installed v8 using
sudo dnf install dotnet-sdk-8.0
which has less dependencies:and reload vscode but .Net 8.0 is not detected either.
Ideally it should have worked with v9 but also if not detected automatically it would be better to allow the user to specify the directory path required.
Note that in the log it finds the installed SDKs:
but yet still results in:
Please attach log file(s) here if you have any.
Reproduction Steps
install dotnet and this vscode plugin on Fedora
Expected Behavior
it should detect the installed SDK
Exceptions & Errors (if any)
see above
.NET Install Tool Version
v2.2.6
Your operating system? Please provide more detail, such as the version and or distro above.
Linux
VS Code Version
1.96.4
The text was updated successfully, but these errors were encountered: