-
I unzipped release [v1.39.10](https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.39.10) [omnisharp-win-x64-net6.0.zip](https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.…
-
I guess Roslyn analyzers are IDE independent (they depend on the .NET Compiler platform (Roslyn) only), so I would expect them to work in all IDEs those support Roslyn analyzers.
If you consider [t…
-
# overview
The Microsoft distribution of the .NET platform contains telemetry/tracking within the SDK and within the Visual Studio Code tooling.
https://docs.microsoft.com/en-us/dotnet/core/tool…
-
as I know there is no such a thing automatic signature help in `vim-sharpenup` and I wanted to make it work for much like the full IDE completion experience, I got so far to make this work with some n…
-
Please check that your issue is not already in the [errata aka list of corrections and improvements](https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/README.md). Please note that PRs wi…
-
VSCodium 1.82.1 with free-omnisharp 2.0.436. When I try to debug (F5) I get the following notification:
> "undefined" is not valid JSON
Debug is not started. With free-omnisharp 1.25.7 everythi…
-
[Enter steps to reproduce below:]
1. opened project with cs files
2. Updated to new version of omni-sharp
3. disabled omni-sharp
**Atom Version**: 1.0.10
**System**: Microsoft Windows 8.1 Enterprise
…
-
So far I've only got one project affected by this, and I've been unable to track the root of the issue. Every other project I work with loads fine. Using v1.37.1 via omnisharp-vim.
```
Can't find …
-
## Context
I have an extension that contains custom Roslyn analyzers, refactorings and code fixes. I use OmniSharp settings to configure it:
```json
{
"RoslynExtensionsOptions": {
…
-
I get the following error on my Ubuntu 18.04 box.
```
antony@tuxrocks:~/.omnisharp/omnisharp-roslyn$ ./run
* Assertion at aot-runtime.c:2120, condition `info->generic_tramp_num == MONO_TRAMPOLINE…