-
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
c# ext do not work after upgrade to 1.23.2 #4035
c# ext do not work after upgrade to 1.23.2 #4035
Comments
Sorry you are running into this issue. The .NET 5 Preview 8 SDK requires MSBuild 16.8 or higher. Based on your OmniSharp log, we can see OmniSharp is picking up version 16.7 from your Visual Studio Community 2019. You will need to install the Visual Studio 2019 16.8 Preview or VS 16.8 Preview Build Tools to use the Preview 8 SDK. |
Dotnet Environment
vscode omnisharp trace
I am getting this too.. |
@dford07 this is a different issue. Could you please open a new issue, and provide a repro project - thanks! |
hi, is there any way to using c# extensions by no-installing preview vs or build tool. |
@heartacker You can add/update the global.json in your folder to point to a 3.1 SDK. See https://docs.microsoft.com/en-us/dotnet/core/versions/selection |
by design |
Environment data
dotnet --info
output:VS Code version:1.48.2
C# Extension version:1.23.2
OmniSharp log
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: