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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Syntax highlighting in VS Code fails because of missing NuGet.Frameworks.
The project builds and runs successfully from the command line.
[Error - 5:32:36 PM] MSBuild error in /usr/local/share/dotnet/sdk/6.0.302/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): The "ProcessFrameworkReferences" task failed unexpectedly.
System.IO.FileLoadException: Could not load file or assembly 'NuGet.Frameworks, Version=6.2.1.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find or load a specific file. (0x80131621)
File name: 'NuGet.Frameworks, Version=6.2.1.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
@AntonRutkevich Could you please confirm with version of the VS Code extension you are using? We hope this should be fixed with the latest release (0.25.222597).
Describe the bug
Syntax highlighting in VS Code fails because of missing NuGet.Frameworks.
The project builds and runs successfully from the command line.
Looks similar to #434 and #86.
Steps to reproduce the behavior:
Expected behavior
Syntax highlighting works out of the box after going through tutorial steps.
Screenshots
System information
.Net, VSCode, Microsoft.Quantum.SDK are freshly installed.
Additional context
The text was updated successfully, but these errors were encountered: