8 inherit (dotnetCorePackages) sdk_8_0;
11 buildDotnetGlobalTool rec {
15 nugetHash = "sha256-Fp1D2z4x2e85z4IO4xQentS7dbqhFT3e/BPZm0d5L5M=";
18 dotnet-runtime = sdk_8_0;
21 updateScript = nix-update-script { };
25 description = "Roslyn-based LSP language server for C#";
26 mainProgram = "csharp-ls";
27 homepage = "https://github.com/razzmatazz/csharp-language-server";
28 changelog = "https://github.com/razzmatazz/csharp-language-server/releases/tag/v${version}";
29 license = lib.licenses.mit;
30 platforms = lib.platforms.unix;
31 maintainers = with lib.maintainers; [ GaetanLepage ];