-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In all my projects, when clicking "Go to definition", the .cs file is opened but it has no content…
-
**What is the current behavior?**
I want to use the included function to export the dialogue as a spreadsheet but this throws the following error:
```
Error in the language server: Error: Inter…
-
Hi,
When I set this configuration:
```json
// Settings in here override those in "LSP-OmniSharp/LSP-OmniSharp.sublime-settings"
{
"settings": {
"csharp.referencesCodeLens.enabled": fal…
-
## Issue Description ##
OmniSharp crashes with System.AccessViolationException
## Steps to Reproduce ##
Opened my .Net 6 solution folder (containing a Razor Pages project, Razor Class Library, se…
-
Hello.
`omnisharp-emacs` has a really useful feature: jumping to the decompiled sources of a DLL. Unfortunately, the current implementation of `lsp-mode` for Omnisharp doesn't support it.
It's p…
-
In some cases when trying to list code actions in Neovim I do not get anything as if there isn't anything to fix. However, the response I get from the server is an error with a stack trace:
```Intern…
-
**Version Used**:
2.7.0
**Steps to Reproduce**:
1. We are trying to open a ".csproj" project using Roslyn's code below:
```
using (var workspace = MSBuildWorkspace.Create())
{
Projec…
-
### Describe the Issue
Loading a net framework project failing with the following error
is in unsupported format (for example, a traditional .Net Framework project). It need be converted to new …
-
This is my neovim setup for my unity project:
```lua
["omnisharp"] = function()
lspconfig["omnisharp"].setup({
on_attach = on_attach,
…
-
Hi,
I am trying to run acute on windows. I have installed the .Net core sdk v3.1.102 and eclipse v4.14.
Syntax Highlighting works,but neither code completion nor assist works. Any help would be appr…