Skip to content

orthoxerox/roslyn

 
 

Repository files navigation

Welcome to the .NET Compiler Platform ("Roslyn")

Windows - Unit Tests

Branch Debug x86 Debug x64 Release x86 Release x64 Determinism Debug Integration Release Integration
master Build Status Build Status Build Status Build Status Build Status Build Status Build Status
dev15.0.x Build Status Build Status Build Status Build Status Build Status Build Status Build Status
dev15.5.x Build Status Build Status Build Status Build Status Build Status Build Status Build Status
dev15.6.x Build Status Build Status Build Status Build Status Build Status Build Status Build Status
dev16 Build Status Build Status Build Status Build Status Build Status Build Status Build Status

Linux/Mac - Unit Tests

Branch Ubuntu14 Ubuntu16 macOS
master BuildStatus BuildStatus BuildStatus
dev15.0.x BuildStatus BuildStatus
dev15.5.x BuildStatus BuildStatus BuildStatus
dev15.6.x BuildStatus BuildStatus BuildStatus
dev16 BuildStatus BuildStatus BuildStatus

Join the chat at https://gitter.im/dotnet/roslyn

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.

Language Design Discussion

We are now taking language feature discussion in other repositories:

Discussion about the transition of language design to the new repos is at dotnet#18002.

Download C# and Visual Basic

Want to start developing in C# and Visual Basic? Download Visual Studio 2017, which has the latest features built-in. There are also prebuilt Azure VM images available with Visual Studio 2017 already installed.

To install the latest release without Visual Studio, run one of the following nuget command lines:

nuget install Microsoft.Net.Compilers   # Install C# and VB compilers
nuget install Microsoft.CodeAnalysis    # Install Language APIs and Services

Daily NuGet builds of the project are also available in our MyGet feed:

https://dotnet.myget.org/F/roslyn/api/v3/index.json

Source code

Get started

Contribute!

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 has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

.NET Foundation

This project is part of the .NET Foundation along with other projects like the class libraries for .NET Core.

About

The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 57.2%
  • Visual Basic .NET 42.5%
  • 1C Enterprise 0.2%
  • PowerShell 0.1%
  • Shell 0.0%
  • Groovy 0.0%