csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Roslyn-based LSP language server for C#

Results 98 csharp-language-server issues
Sort by recently updated
recently updated
newest added

When trying to run it, the server starts but then crashes because it can't find any SDK. I installed the dotnet SDK using [ASDF](https://github.com/asdf-vm/asdf) with the [dotnet plugin](https://github.com/hensou/asdf-dotnet), so there...

Hopefully this is a quick and easy change but it would be nice to start working with new dotnet 8 projects

There seems to be no documentation given for completion items. This is working on omnisharp. I'll try to debug further and see if I can get a fix

I was looking into implementing [progress](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#progress), but I haven't gotten really far. Specifically, it seems difficult to extract information from Roslyn when we're building the solution and/or the project. Any...

attempting to follow the install instructions in the readme, copy pasting the command exactly, dotnet tells me that csharp-ls was installed successfully, but the command does not execute it. Returns...

One issue I've noticed when running csharp-ls, or any other LSP, with a large project is startup time. csharp-ls specifically will redo semantic tokens and analysis regardless of whether files...

I'm trying to get csharp-ls to work with nvim coc within a Unity project. I'm getting the following error: ``` [coc.nvim] csharp-ls: No parent project could be resolved to add...

Hi , thanks for your work , I am currently using nvim with csharp-language-server with lsp-zero , installed through Mason , and noticed when I am choosing from the cmp...

### Configuration - Distro: NixOS on unstable branch - Editor: Neovim - csharp-ls version: 0.8.0 ### Bug After opening a .cs file from a .net framework 4.8 project, it fails...

Hi, First of all, thanks for `csharp-ls` :pray:. When I start `csharp-ls` in a directory that contains multiple solutions like this: ``` $ ls solution1.sln solution2.sln xyz.csproj Program.cs ... $...