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
The key: the terminal output indicates a number of errors, one of them being an inability to load a netstandard DLL with version 2.0.0. This is because the latest (1.19) plugin requires .NET 4.7.2 to be installed
Installing 4.7.2 and restarting VSCode resolves the problem.
This seems to be the underlying issue in #2995, #2996, and #2992.
If possible, I think OmniSharp should throw a more explicit error message indicating what the problem is / that an installation of a newer version of the .NET framework is required.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behavior
Actual behavior
The key: the terminal output indicates a number of errors, one of them being an inability to load a
netstandard
DLL with version2.0.0
. This is because the latest (1.19) plugin requires .NET 4.7.2 to be installedInstalling 4.7.2 and restarting VSCode resolves the problem.
This seems to be the underlying issue in #2995, #2996, and #2992.
If possible, I think OmniSharp should throw a more explicit error message indicating what the problem is / that an installation of a newer version of the .NET framework is required.
The text was updated successfully, but these errors were encountered: