7 inherit (dotnetCorePackages) sdk_8_0;
10 buildDotnetGlobalTool rec {
14 nugetHash = "sha256-Fp1D2z4x2e85z4IO4xQentS7dbqhFT3e/BPZm0d5L5M=";
17 dotnet-runtime = sdk_8_0;
20 description = "Roslyn-based LSP language server for C#";
21 mainProgram = "csharp-ls";
22 homepage = "https://github.com/razzmatazz/csharp-language-server";
23 changelog = "https://github.com/razzmatazz/csharp-language-server/releases/tag/v${version}";
24 license = lib.licenses.mit;
25 platforms = lib.platforms.unix;
26 maintainers = with lib.maintainers; [ GaetanLepage ];