Closed dsyer closed 3 weeks ago
@dsyer This typically means that there is a global.json pinning a version of the SDK which is not installed. If you have the SDK installed to a local folder, you can set the omnisharp.dotnetPath
to ensure the C# extension is using the correct install.
The error indicates omnisharp, which is not part of roslyn.
Version Used: main
Steps to Reproduce:
/workspaces/roslyn/src/Scripting/CSharpTest/ScriptTests.cs
)Expected Behavior: green tests
Actual Behavior: failure