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

Installed packages are not found #36

Open
viraptor opened this issue May 29, 2024 · 2 comments
Open

Installed packages are not found #36

viraptor opened this issue May 29, 2024 · 2 comments

Comments

@viraptor
Copy link

I'm getting the an error when trying to use OmniSharp, where it doesn't find any of the installed packages:

:: [17:56:32.218] <-  OmniSharp textDocument/publishDiagnostics: {...
  {'range': {'start': {'line': 0, 'character': 6}, 'end': {'line': 0, 'character': 13}},
  'severity': 1, 'code': 'CS0246', 'source': 'csharp',
  'message': "The type or namespace name 'Spectre' could not be found (are you missing a using directive or an assembly reference?)",
  'tags': []
 },...]}

This happens for any package at all. I'm running macos 14.5 (23F79) with only .net 8 sdk installed.
There's no more related information in the logs, so I'm not sure how to debug it further.

@predragnikolic
Copy link
Member

Hello,

There is a higher chance if to get the answer to your question if you ask it at https://github.com/OmniSharp/omnisharp-roslyn

@deathaxe
Copy link
Contributor

Should be fixed by PR #40, which makes transition to latest .NET 6+ based OmniSharp binaries. They are required to deal with latest .NET projects.

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

3 participants