{"id":14769921,"url":"https://github.com/616b2f/dotnet-bsp","last_synced_at":"2026-04-04T16:37:06.932Z","repository":{"id":219465260,"uuid":"749120578","full_name":"616b2f/dotnet-bsp","owner":"616b2f","description":"Implementation of the BSP (Build Server Protocol) for dotnet C#","archived":false,"fork":false,"pushed_at":"2026-03-17T18:37:18.000Z","size":297,"stargazers_count":14,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-18T08:04:18.639Z","etag":null,"topics":["bsp","bsp-server","build","build-server-protocol","compilation-diagnostics","diagnostics","dotnet-bsp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/616b2f.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-27T16:34:31.000Z","updated_at":"2026-03-17T18:34:02.000Z","dependencies_parsed_at":"2024-08-15T21:58:20.316Z","dependency_job_id":"8ff00a61-4ec5-4644-89d1-6e1e8efe333b","html_url":"https://github.com/616b2f/dotnet-bsp","commit_stats":null,"previous_names":["616b2f/dotnet-bsp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/616b2f/dotnet-bsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/616b2f%2Fdotnet-bsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/616b2f%2Fdotnet-bsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/616b2f%2Fdotnet-bsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/616b2f%2Fdotnet-bsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/616b2f","download_url":"https://codeload.github.com/616b2f/dotnet-bsp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/616b2f%2Fdotnet-bsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bsp","bsp-server","build","build-server-protocol","compilation-diagnostics","diagnostics","dotnet-bsp"],"created_at":"2024-09-16T13:01:21.190Z","updated_at":"2026-04-04T16:37:06.885Z","avatar_url":"https://github.com/616b2f.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# dotnet-bsp\nBuild Server for .NET C#. BSP is designed to allow your editor to communicate with different build tools to compile, run, test, debug your code and more. For more info see the [Official BSP specification](https://build-server-protocol.github.io/docs/specification).\n\nThis is currently in active development and is not stable. You are welcome to contibute and make PRs.\n\nImplemented server interface features:\n\n- [x] BuildInitialize: request\n- [x] OnBuildInitialized: notification\n- [x] BuildShutdown: request\n- [x] OnBuildExit: notification\n- [x] WorkspaceBuildTargets: request\n- [ ] WorkspaceReload: request\n- [x] BuildTargetSources: request\n- [ ] BuildTargetInverseSources: request\n- [ ] BuildTargetDependencySources: request\n- [ ] BuildTargetDependencyModules: request\n- [ ] BuildTargetResources: request\n- [ ] BuildTargetOutputPaths: request\n- [x] BuildTargetCompile: request\n- [x] BuildTargetRun: request\n- [x] BuildTargetTest: request\n- [ ] DebugSessionStart: request\n- [x] BuildTargetCleanCache: request\n- [ ] OnRunReadStdin: notification\n- [x] BuildTargetTestCaseDiscovery: request (not in the official specs!)\n\nClient remote interface features:\n\n- [x] OnBuildShowMessage: notification\n- [x] OnBuildLogMessage: notification\n- [x] OnBuildPublishDiagnostics: notification\n- [x] OnBuildTargetDidChange: notification\n- [x] OnBuildTaskStart: notification\n- [x] OnBuildTaskProgress: notification\n- [x] OnBuildTaskFinish: notification\n- [x] OnRunPrintStdout: notification\n- [x] OnRunPrintStderr: notification\n\n# Build\n\n```sh\ndotnet build \u0026\u0026 dotnet publish\n```\n\n# Setup for project\nBuild the project before you run the install script.\n\n```sh\n./install.sh ../my-sample-project/\n```\n\n# Credits\nThanks to the following projects that helped me to build this project.\n\n- https://github.com/dotnet/roslyn Took some parts of the implmentation of LSP from here\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F616b2f%2Fdotnet-bsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F616b2f%2Fdotnet-bsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F616b2f%2Fdotnet-bsp/lists"}