dotnet/roslyn-sdk

Name: roslyn-sdk

Owner: .NET Foundation

Description: Roslyn-SDK templates and Syntax Vizualizer

Created: 2017-03-02 22:14:44.0

Updated: 2018-05-24 07:56:11.0

Pushed: 2018-05-17 17:05:29.0

Homepage:

Size: 561

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Roslyn SDK

|Branch|Unit Tests (Debug)|Unit Tests (Release)| |—|:–:|:–:| |master|Build Status|Build Status|

What is the Roslyn-SDK?

Roslyn is the compiler platform for .NET. It consists of the compiler itself and a powerful set of APIs to interact with the compiler. The Roslyn platform is hosted at github.com/dotnet/roslyn. The compiler is part of every .NET installation. The APIs to interact with the compiler are available via NuGet (see the Roslyn repository for details). The Roslyn SDK includes additional components to get you started with advanced topics such as distributing a Roslyn analyzer as Visual Studio extension or to inspect code with the Syntax Vizualizer. The documentation for the Roslyn platform can be found at docs.microsoft.com/dotnet/csharp/roslyn-sdk. This repository contains code for both the Roslyn-SDK templates and Syntax Vizualizer.

Installation instructions

Visual Studio 2017 (Version 15.5 and above)
  1. Run Visual Studio Installer
  2. Hit Modify
  3. Select the Individual components tab
  4. Check the box for .NET Compiler Platform SDK
Visual Studio 2015

For older versions of Visual Studio the .NET Compiler Platform SDK is available as an extension in the Visual Studio gallery.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.