Roslyn alternatives and similar packages
Based on the "Compiler" category.
Alternatively, view Roslyn alternatives based on common mentions on social networks and blogs.
-
VisualFSharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio -
Bridge.NET
:spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET. -
Fable: F# |> BABEL
F# to JavaScript, TypeScript, Python, Rust and Dart Compiler -
ClojureCLR
A port of Clojure to the CLR, part of the Clojure project -
Roslyn-linq-rewrite
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch. -
FunScript
F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider -
LinqOptimizer
An automatic query optimizer-compiler for Sequential and Parallel LINQ. -
Fable
The project has moved to a separate organization. This project provides redirect for old Fable web site.
ONLYOFFICE Docs — document collaboration in your environment
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Roslyn or a related project?
README
The .NET Compiler Platform
Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools.
C# and Visual Basic Language Feature Suggestions
If you want to suggest a new feature for the C# or Visual Basic languages go here:
- dotnet/csharplang for C# specific issues
- dotnet/vblang for VB-specific features
- dotnet/csharplang for features that affect both languages
Contributing
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:
- Coding guidelines
- The development workflow, including debugging and running tests
- Submitting pull requests
- Finding a bug to fix in the IDE or Compiler
- Finding a feature to implement in the IDE or Compiler
- Roslyn API suggestions should go through the [API review process]()
Community
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](CODE-OF-CONDUCT.md) applies to all Roslyn community channels and has adopted the .NET Foundation Code of Conduct.
Documentation
Visit Roslyn Architecture Overview to get started with Roslyn’s API’s.
NuGet Feeds
The latest pre-release builds are available from the following public NuGet feeds:
- Compiler:
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
- IDE Services:
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json
- .NET SDK:
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
Continuous Integration status
Builds
Branch | Windows Debug | Windows Release | Unix Debug |
---|---|---|---|
main | |||
main-vs-deps |
Desktop Unit Tests
Branch | Debug x86 | Debug x64 | Release x86 | Release x64 |
---|---|---|---|---|
main | ||||
main-vs-deps |
CoreClr Unit Tests
Branch | Windows Debug | Windows Release | Linux |
---|---|---|---|
main | |||
main-vs-deps |
Integration Tests
Branch | Debug x86 | Debug x64 | Release x86 | Release x64 |
---|---|---|---|---|
main | ||||
main-vs-deps |
Misc Tests
Branch | Determinism | Build Correctness | Rebuild from artifacts | Source build | Spanish | MacOS |
---|---|---|---|---|---|---|
main | ||||||
main-vs-deps |
.NET Foundation
This project is part of the .NET Foundation along with other projects like the .NET Runtime.