Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Roslyn | 17,820 | 2,864 | 1,661 | 11 hours ago | 145 | June 20, 2023 | 8,823 | mit | C# | |
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | ||||||||||
Monodevelop | 2,681 | 8 | 1 | 2 years ago | 6 | February 17, 2017 | 655 | C# | ||
MonoDevelop is a cross platform .NET IDE | ||||||||||
Vssdk Extensibility Samples | 1,115 | 9 months ago | 128 | mit | C# | |||||
Samples for building your own Visual Studio extensions | ||||||||||
Claudiaide | 535 | 5 months ago | 3 | C# | ||||||
This extension can change easily the background image of editor window in Visual Studio. | ||||||||||
Spectnetide | 191 | 2 years ago | 10 | mit | C# | |||||
ZX Spectrum IDE with Visual Studio 2017 and 2019 integration | ||||||||||
Sheng.winform.ide | 175 | 3 years ago | mit | C# | ||||||
使用 .NET WinForm 开发所见即所得的 IDE 开发环境,实现不写代码直接生成应用程序。1)像 Visual Studio 一样,有可视化的环境,拖拖拽拽界面就出来了;2)功能模块全部独立,解耦,以插件的形式存在于主程序(宿主)中;3)把事件这个概念抽象并封装起来;4)对数据操作要有一定的自由度;5)资源文件的管理;6)打包前的静态编译检查;7)IDE界面支持多国语言;8)支持插件…… | ||||||||||
Phosphorusfive | 171 | 5 years ago | 2 | gpl-3.0 | C# | |||||
A Full Stack RAD Web Application Development Framework | ||||||||||
Magical8bitplug2 | 165 | 2 years ago | 7 | gpl-3.0 | C++ | |||||
Vs2015 Dark Android Studio | 104 | 6 years ago | 3 | |||||||
Visual Studio 2015 Dark Theme for Android Studio / IntelliJ | ||||||||||
Dock Spawn Ts | 103 | 1 | 2 | 18 days ago | 96 | March 31, 2023 | 8 | mit | JavaScript | |
A TypeScript HTML Docking Framework (fork of dock-spawn) |
Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools.
If you want to suggest a new feature for the C# or Visual Basic languages go here:
All work on the C# and Visual Basic compiler happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.
If you are interested in fixing issues and contributing directly to the code base, a great way to get started is to ask some questions on GitHub Discussions! Then check out our contributing guide which covers the following:
The Roslyn community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members, you can join the Roslyn Discord or Gitter.
Our Code of Conduct applies to all Roslyn community channels and hasadoptedthe.NETFoundationCodeofConduct.
Visit Roslyn Architecture Overview to get started with Roslyns APIs.
The latest pre-release builds are available from the following public NuGet feeds:
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
Branch | Windows Debug | Windows Release | Unix Debug |
---|---|---|---|
main | |||
main-vs-deps |
Branch | Debug x86 | Debug x64 | Release x86 | Release x64 |
---|---|---|---|---|
main | ||||
main-vs-deps |
Branch | Windows Debug | Windows Release | Linux |
---|---|---|---|
main | |||
main-vs-deps |
Branch | Debug x86 | Debug x64 | Release x86 | Release x64 |
---|---|---|---|---|
main | ||||
main-vs-deps |
Branch | Determinism | Analyzers | Build Correctness | Source build | TODO/Prototype | Spanish | MacOS |
---|---|---|---|---|---|---|---|
main | |||||||
main-vs-deps |
This project is part of the .NET Foundation along with other projects like the .NET Runtime.