Windows - Debug | Windows - Release | Linux | Mac OSX | |
---|---|---|---|---|
master | ||||
stabilization |
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio.
Just want to provide feedback on new language features and IDE features?
-
Try out Visual Studio 2015, which has the latest features built-in.
-
Want to keep your box clean? You can use prebuilt Azure VM images with VS 2015 already installed.
Get started building diagnostics, code fixes, refactorings, and other code-aware tools!
Or, you can grab the latest NuGet Roslyn compiler package. From the NuGet package manager console:
Install-Package Microsoft.CodeAnalysis
- Clone the sources:
git clone https://github.com/dotnet/roslyn.git
- Enhanced source view, powered by Roslyn
- Building, testing and debugging the sources
- Roslyn Overview
- API Changes between CTP 6 and RC
- Samples and Walkthroughs
- Syntax Visualizer Tool
- Roadmap
- Language Feature Status
- Language Design Notes
- FAQ
Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.
Looking for something to work on? The list of up for grabs issues is a great place to start.
This project is part of the .NET Foundation along with other projects like the class libraries for .NET Core.