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
[BuildHost PID 29136] Message from Process: Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
[BuildHost PID 29136] Message from Process: File name: 'System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[BuildHost PID 29136] Message from Process: at Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.Program.Main(String[] args)
[BuildHost PID 29136] Message from Process: at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
[BuildHost PID 29136] Message from Process: at Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.Program.Main(String[] args)
[BuildHost PID 29136] Message from Process: at Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.Program.<Main>(String[] args)
In the prior working version we get:
[BuildHost PID 39120] Message from Process: info: Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.BuildHost[0]
[BuildHost PID 39120] Message from Process: Registered MSBuild instance at C:\Program Files\dotnet\sdk\6.0.405
As a temporary workaround in 2.15, you can set the dotnet.server.path option to the location of the Microsoft.CodeAnalysis.LanguageServer.dll in your extensions directory, e.g. C:\Users\WDAGUtilityAccount\.vscode\extensions\ms-dotnettools.csharp-2.15.30-win32-x64\.roslyn\Microsoft.CodeAnalysis.LanguageServer.dll and reloading the window.
You can find the extensions directory by running this command in vscode:
jasonmalinowski
changed the title
updating to v2.15.30 doesn't seem to work
Error when loading net60 projects when only the 6.0 SDK is installed
Jan 13, 2024
Type: Bug
Issue Description
Updated from version 2.14.8 to 2.15.30 . And Error underlines, navigation & suggested variables doesn't seem to be working anymore.
Steps to Reproduce
Expected Behavior
Nav, suggestions and syntax checks should be working.
Actual Behavior
nav, suggestions and syntax checks are NOT working.
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.85.1
C# Extension: 2.14.8
Using OmniSharp: false
Dotnet Information
Host:
Version: 7.0.15
Architecture: x64
Commit: 8f4568cdaa
.NET SDKs installed:
No SDKs were found.
.NET runtimes installed:
Microsoft.NETCore.App 7.0.15 [c:\Users\elbar\AppData\Roaming\Code\User\globalStorage\ms-dotnettools.vscode-dotnet-runtime.dotnet\7.0.15~x64\shared\Microsoft.NETCore.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
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
Extension version: 2.15.30
VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: