Roslyn-SDK templates and Syntax Visualizer
Перейти к файлу
Jonathon Marolf 9a8c9afb7b
update editorconfig to include settings for spaces
2021-01-27 16:13:21 -08:00
.github fixing ownership based on jason's suggestions 2018-02-09 17:30:39 -08:00
eng update Microsoft.VisualStudio.Validation version 2021-01-27 16:05:49 -08:00
samples Port check-ins for Maths generator from old PR 2021-01-14 09:09:39 +01:00
src update editorconfig to include settings for spaces 2021-01-27 16:13:21 -08:00
tests update Microsoft.VisualStudio.Validation version 2021-01-27 16:05:49 -08:00
.editorconfig update editorconfig to include settings for spaces 2021-01-27 16:13:21 -08:00
.gitattributes Add .gitattributes and normalize existing files 2018-08-14 06:50:45 -05:00
.gitignore Use assembly binding redirection instead of template rewriting 2020-05-28 21:59:56 -07:00
.vsts-ci.yml Remove MyGet publishing 2020-09-29 10:28:35 -07:00
.vsts-pr.yaml [master] Update dependencies from dotnet/arcade (#574) 2020-07-29 18:35:23 +00:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 14:26:38 -07:00
CONTRIBUTING.md adding Contributing.md 2017-11-13 22:28:13 -08:00
LICENSE.txt move to MIT license 2020-03-06 08:15:37 -08:00
NuGet.config Remove MyGet publishing 2020-09-29 10:28:35 -07:00
README.md Fix spelling errors for 'visualizer' 2020-12-23 14:14:57 -08:00
Roslyn-SDK.sln Merge remote-tracking branch 'dotnet/master' into integration-tests 2020-06-03 11:57:18 -07:00
RoslynSDK.ruleset Update Roslyn 3 testing to support C# 9 2020-12-22 20:25:57 -08:00
SECURITY.md Renormalize all source files 2020-09-02 12:35:47 -07:00
Samples.sln Source generator samples (#511) 2020-04-28 16:36:43 -07:00
build.cmd initial import 2019-01-30 21:08:09 -08:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20210121.2 (#706) 2021-01-23 13:26:56 +00:00
restore.cmd Add -NoProfile on restore.cmd call to powershell 2020-09-02 15:47:14 -07:00
stylecop.json Update StyleCop Analyzers to 1.2.0-beta.164 2020-04-02 16:23:01 -07:00
test.cmd fixing samples build 2018-08-16 22:06:09 -07:00

README.md

Roslyn SDK

Branch Status
dev16.0.x Build Status
master 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 Visualizer. 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 Visualizer.

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.