-
This looks like local misconfiguration, but I can't seem to force mono to listen on localhost instead of remote network:
Stop iptables so that they don't interfere:
``` shell
sudo systemctl stop ipt…
-
I have cloned this repository and used Visual Studio Code to build it with CTRL + F5.
Some categories are working as expected, some are not working at all.
The situation is as following:
- [x] …
-
I've extracted .NET 7 preview 5 tar.gz for Linux.
There are several net4 targets.
```
./sdk/7.0.100-preview.5.22307.18/Microsoft/Microsoft.NET.Build.Extensions/net47
./sdk/7.0.100-preview.5.2230…
-
Hello
The AssemblyName generated by https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/TestContextInformation/GetTestContextHandler.cs#L67 assumes the assembly is a .dll, and thus do…
-
Hello, I work on the debugger that ships with the C# extension.
On arm64 macOS, the C# extension will default to debugging using the debugger that matches the machine architecture as long as an arm…
-
I don't really know if this is a csharp_ls issue or neovim/my config, but
csharp_ls does not yield diagnostics and other features such as highlighting after loading solution. Instead it does so aft…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Calling workspace::open by means of a shortcut will result in blocking
### Environment
…
-
OmniSharp-Roslyn has some features that aren't in the old server that emacs doesn't support yet. I'll list them here and will add to this issue as new stuff is added.
The first big change is the noti…
-
Today, the only notion of version in OmniSharp are the releases and tags on GitHub. However, that isn't reflected in the assembly versions. It would be ideal if assemblies were properly stamped with a…
-
OmniSharp is timing out on loading solutions with large files within the default timeout in VS code (60 seconds). The timeout can be increased, but the solution still takes several minutes to load. On…