-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.25.1 no longer finds Mono installation #5443
Comments
Same situation here as well on Ubuntu 22. |
same here |
Same issue here on Mac OS Ventura 13.0. Working fine on 1.25.0 |
Same here on MacOS Ventura. |
I apologize for the trouble you are going through. |
FWIW @dibarbet is empowered to release an update (or perhaps first a prerelease VISX package) |
@filipw did they manage to release the patch? |
for those who searching for a quick solution: uninstall c# extension from vscode |
worked for me, thanks a lot! After installing you'll want to disable the automatic updates on the c# extension until the issue is solved. Otherwise the problem will come back |
downgraded to 1.25 to fix this problem |
downgraded to 1.25 also fixed my problem |
downgrade helped |
We will be looking at doing an emergency 1.25.2 release to address. Locking this thread for now to avoid burying information. |
1.25.2 has been released. Please file a new issue if you still encounter issues. Thanks all! |
* Prepare for 1.25.2 release Emergency release for dotnet#5443.
On MacOS Ventura it worked again when I installed .Net (ARM Version) instead of x64. |
Hope it'll work for Windows too in future versions ... |
Issue Description
1.25.1 no longer finds Mono installation
Steps to Reproduce
Configure Mono with 1.25.0 and see things are working, and then upgrade C# plugin to 1.25.1 and see the dialog when opening C# project saying that Mono must be installed.
Logs
OmniSharp log
OmniSharp failed to start because of missing requirements.
C# log
Empty
Environment information
VSCode version: 1.72.0
C# Extension: 1.25.1
Mono Information
OmniSharp using mono: 6.12.0Dotnet Information
.NET SDK: Version: 7.0.100 Commit: e12b7af219Runtime Environment:
OS Name: Mac OS X
OS Version: 13.0
OS Platform: Darwin
RID: osx.13-arm64
Base Path: /usr/local/share/dotnet/sdk/7.0.100/
Host:
Version: 7.0.0
Architecture: arm64
Commit: d099f075e4
.NET SDKs installed:
6.0.201 [/usr/local/share/dotnet/sdk]
6.0.301 [/usr/local/share/dotnet/sdk]
6.0.402 [/usr/local/share/dotnet/sdk]
6.0.403 [/usr/local/share/dotnet/sdk]
7.0.100 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.11 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.6 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.11 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
x64 [/usr/local/share/dotnet]
registered at [/etc/dotnet/install_location_x64]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: