{"id":13441897,"url":"https://github.com/dotnet/vscode-csharp","last_synced_at":"2026-01-21T19:13:09.297Z","repository":{"id":37470749,"uuid":"47341961","full_name":"dotnet/vscode-csharp","owner":"dotnet","description":"Official C# support for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2026-01-21T02:08:00.000Z","size":45906,"stargazers_count":3024,"open_issues_count":678,"forks_count":736,"subscribers_count":218,"default_branch":"main","last_synced_at":"2026-01-21T04:36:01.349Z","etag":null,"topics":["c-sharp","csharp","dotnet","omnisharp","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dotnet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":"SUPPORT.md","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":"2015-12-03T15:45:21.000Z","updated_at":"2026-01-21T01:37:19.000Z","dependencies_parsed_at":"2023-10-02T22:24:56.298Z","dependency_job_id":"63d81a34-f1d7-499f-8e61-402991527cd4","html_url":"https://github.com/dotnet/vscode-csharp","commit_stats":{"total_commits":4168,"total_committers":242,"mean_commits":"17.223140495867767","dds":0.8447696737044146,"last_synced_commit":"7cafe93d6cb802651d86e9a2263c515316741233"},"previous_names":["dotnet/vscode-csharp","omnisharp/omnisharp-vscode"],"tags_count":391,"template":false,"template_full_name":null,"purl":"pkg:github/dotnet/vscode-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fvscode-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fvscode-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fvscode-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fvscode-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnet","download_url":"https://codeload.github.com/dotnet/vscode-csharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fvscode-csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28640561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c-sharp","csharp","dotnet","omnisharp","vscode"],"created_at":"2024-07-31T03:01:39.388Z","updated_at":"2026-01-21T19:13:09.267Z","avatar_url":"https://github.com/dotnet.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","TypeScript","dotnet","csharp"],"sub_categories":["Windows Manager"],"readme":"## C# for Visual Studio Code\nA [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that provides rich language support for C# and is shipped along with [C# Dev Kit][csdevkitextension]. Powered by a Language Server Protocol (LSP) server, this extension integrates with open source components like [Roslyn](https://github.com/dotnet/roslyn) and [Razor](https://github.com/dotnet/razor) to provide rich type information and a faster, more reliable C# experience.\n\n## Recommended Install\nWhile it is possible to use the C# extension as a standalone extension, we highly recommend using [C# Dev Kit][csdevkitextension].\n\n1. Installing [C# Dev Kit][csdevkitextension] will automatically install this extension as a required dependency.\n2. Open a folder/workspace that contains a C# project (.csproj) and a C# solution (.sln) and the extension will activate.\n3. Whether you install C# Dev Kit or just the C# extension, the [.NET Install Tool](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime) will be installed as a dependency.\n\nNote: If working on a solution that requires versions prior to .NET 6 or non-solution based projects, install a .NET Framework runtime and [MSBuild tooling](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022).\n  * Set omnisharp.useModernNet to false and set dotnet.server.useOmnisharp to true\n  * Uninstall or disable C# Dev Kit\n  * Windows: .NET Framework along with [MSBuild Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022)\n  * MacOS/Linux: [Mono with MSBuild](https://www.mono-project.com/download/preview/)\n\n## Features\nLearn more about the rich features of the C# extension:\n  * [Refactoring](https://code.visualstudio.com/docs/csharp/refactoring): Edit your code with code fixes and refactorings\n  * [Navigation](https://code.visualstudio.com/docs/csharp/navigate-edit): Explore and navigate your code with features like Go To Definition and Find All References\n  * [IntelliSense](https://code.visualstudio.com/docs/csharp/navigate-edit): Write code with auto-completion\n  * [Formatting and Linting](https://code.visualstudio.com/docs/csharp/formatting-linting): Format and lint your code\n\nFor more information you can:\n\n- [Follow our C# tutorial](https://code.visualstudio.com/docs/csharp/get-started) with step-by-step instructions for building a simple app.\n- Check out the [C# documentation](https://code.visualstudio.com/docs/languages/csharp) on the VS Code site for general information about using the extension.\n\n## How to use OmniSharp?\nIf you don’t want to take advantage of the great Language Server features, you can revert back to using OmniSharp by going to the Extension settings and setting `dotnet.server.useOmnisharp` to true. Next, uninstall or disable C# Dev Kit. Finally, restart VS Code for this to take effect.\n\n## Found a Bug?\nTo file a new issue, follow the instructions at https://github.com/dotnet/vscode-csharp/blob/main/SUPPORT.md.\n\n## Contributing\n\n### License\n\nCopyright © .NET Foundation, and contributors.\n\nThe Microsoft C# extension is subject to [these license terms](https://github.com/dotnet/vscode-csharp/blob/main/RuntimeLicenses/license.txt).\nThe source code to this extension is available on [https://github.com/dotnet/vscode-csharp](https://github.com/dotnet/vscode-csharp) and licensed under the [MIT license](LICENSE.txt).\n\n### Contribution License Agreement\n\nBy signing the [CLA](https://cla.dotnetfoundation.org/), the community is free to use your contribution to [.NET Foundation](http://www.dotnetfoundation.org) projects.\n\n### .NET Foundation\n\nThis project is supported by the [.NET Foundation](http://www.dotnetfoundation.org).\n\n## Feedback\n\n\u003c!-- \n[FAQs]\nCheck out the FAQs before filing a question. \n--\u003e\n\n[Provide feedback](https://github.com/dotnet/vscode-csharp/issues)\nFile questions, issues, or feature requests for the extension.\n\n[Known issues](https://github.com/dotnet/vscode-csharp/issues)\nIf someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.\n\n[Quick survey](https://www.research.net/r/8KGJ9V8?o=[o_value]\u0026v=[v_value]\u0026m=[m_value])\nLet us know what you think of the extension by taking the quick survey.\n\n\n[csdevkitextension]: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Fvscode-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnet%2Fvscode-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Fvscode-csharp/lists"}