-
When I try to open a rather old VS 2008 Unity solution I do get the following error in VSCode and Atom:
```
[INFO] Starting OmniSharp at 'c:\test\test.sln'...
[INFO] Started OmniSharp from 'c:\Progra…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.12.7
**Electron Version**: 1.3.13
**System**: Microsoft Windows 10 Pro
**Thrown From**: [omnisharp-atom](https://github.co…
-
I `git clone` the repo, then I try to download roslyn but did not work, after try some solutions explained here, but any work.
So, I try to install manually the server roslyn, and it seems that work…
-
When I open a project created by Unity,the output of omnisharp always shows "Downloading". So it can't work properly."Starting OmniSharp server (pid:undefined)",could be something wrong here?
-
### Issue Description
I am having inconsistent highlighting within the same project.
![Screenshot_20231101_134457](https://github.com/OmniSharp/omnisharp-roslyn/assets/79347616/36e40957-12d4-435…
-
Right now it's possible to use the --include argument to include only specific list of files to check. This is a handy feature, but the user might hit the **limit of maximum command length 32 767 char…
-
_Move from: https://github.com/OmniSharp/omnisharp-vscode/issues/141_
_Author: @natemcmaster_
## Repro step
Clone entity framework to Mac.
From command line: dotnet restore (should succeed)
Open VS C…
-
I compiled AvalonStudio from the develop branch
Tried to open the solution
`https://github.com/EvilBeaver/OneScript`
```bash
uname -a
Linux 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25…
-
LSP does not properly work for newly added files.
Potential fix in this issue discussion:
https://github.com/OmniSharp/omnisharp-roslyn/issues/2250
-
Might be an issue with my install, but OmniSharp reports missing reference errors even though my project builds successfully.
For example, I'm trying to use `System.Xml.XmlDocument` or `using System.…