csharp-language-server
csharp-language-server copied to clipboard
Roslyn-based LSP language server for C#
Thanks for building this; the community benefits from options and vitality and experimentation. The README for this project states > This is a hacky Roslyn-based LSP server for C#, **as...
`insert_final_newline` in .editorconfig does not take effect No matter how you set it, the trailing blank line will not be modified. csharp-ls: 0.17.0
Stuck at loading solution in Unity Projects. Create new Unity project, and open with nvim with lspconfig setup. Can be reproduced from version 0.12.0 or above.
System: Windows Tiny11 After installing and installing .Net v8 and open my editor I see this error: ``` Error executing vim.schedule lua callback: ...m Files/Neovim/share/nvim/runtime/lua/vim/lsp/client.lua:588: RPC[Error] code_name = InternalError, message...
I am trying to update `csharp-ls` from 0.15.0 to 0.16.0 on nixpkgs (https://github.com/NixOS/nixpkgs/pull/367940). The package builds ans runs fine on our other platforms: `x86_64-linux`, `aarch64-linux` and `x86_64-darwin`, but fails to...
I'm running some tests on my application which uses various LSPs, and the tests are passing for several other languages, but not C#. The test runs on a very simple...