8000 GitHub - curseoff/roslyn: The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from dotnet/roslyn

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

License

Notifications You must be signed in to change notification settings

curseoff/roslyn

 
 

Repository files navigation

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

Windows - Unit Tests

Debug x86 Debug x64 Release x86 Release x64
master Build Status Build Status Build Status Build Status
future Build Status Build Status Build Status Build Status
stabilization Build Status Build Status Build Status Build Status

Linux/Mac - Unit Tests

Linux Mac OSX
master Build Status Build Status
future Build Status Build Status
stabilization Build Status Build Status

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.

Download C# and Visual Basic

Want to start developing in C# and Visual Basic? Download Visual Studio 2015, which has the latest features built-in. There are also prebuilt Azure VM images available with VS 2015 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

To get the latest "preview" drop, published about once per month, add the -pre switch to the nuget commands.

Source code

Get started

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# 55.4%
  • Visual Basic .NET 44.6%
  • PowerShell 0.0%
  • Batchfile 0.0%
  • Groovy 0.0%
  • C++ 0.0%
0