Skip to content
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# Intellisense fails with OmniSharp 1.19 #3002

Closed
nightblade9 opened this issue Apr 17, 2019 · 1 comment
Closed

C# Intellisense fails with OmniSharp 1.19 #3002

nightblade9 opened this issue Apr 17, 2019 · 1 comment

Comments

@nightblade9
Copy link

Steps to reproduce

  • Find a system with the C# plugin v1.18
  • Get things working
  • Upgrade to the latest plugin version

Expected behavior

  • Intellisense still works

Actual behavior

  • Intellisense fails

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.

@nightblade9
Copy link
Author

I'm closing this since installing .NET 4.7.2 fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant