-
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…
-
> NOTE: Repost of #5063 due to unjustifyable closure reason.
## Issue Description ##
As the title shows, `` doc comments don't show in the tooltip.
## Steps to Reproduce ##
Write an XML doc comment …
-
When using code actions on types that hasn't been imported OmniSharp fails to suggest any options.
Code actions like adding param to constructor works. There seems to be something with imports.
…
-
After upgrading Microsoft.CodeAnalysis.CSharp from 4.9 to 4.10
in my source generator project Omnisharp braks with:
```
System.Reflection.ReflectionTypeLoadException: Unable to load one or more o…
-
```
My set-up:
wsl2 with Ubuntu 22.04.2 LTS
nvim with omnisharp-roslyn
```
I would like use it for unity projects, but omnisharp can't resolve Windows paths of Unity and VS assemblies.
Unity…
-
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…
-
## Issue Description ##
Invalid Intellisense warnings/errors in a brand new Blazor WASM project. In particular, it doesn't recognize the `App` type in `Program.cs` and it doesn't recognize the compon…
-
## Issue Description ##
Formatting of Blazor razor code is very inconsistent. Look at the strings in the screenshot below. Why is every other work colored differently? Why is the formatting as it is …
-
Hi, just updated dotnet to 5.0.102 and now the follow error occurs loading this extension:
[fail]: OmniSharp.MSBuild.ProjectLoader
The "Microsoft.AspNetCore.Razor.Tasks.DiscoverDefaultScoped…
-
**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…