Roslyn-SDK templates and Syntax Visualizer
Перейти к файлу
Jan Jones 816cd02d2f
Remove CodeQL tasks duplicating injected ones
2024-03-14 12:47:55 +01:00
.config
.github
eng Update dependencies from https://github.com/dotnet/arcade build 20240311.7 (#1151) 2024-03-13 10:13:57 +00:00
samples
src Address component governance issues by updating NuGet 2024-02-20 13:29:01 -06:00
tests
.editorconfig
.gitattributes
.gitignore
.globalconfig
.vsts-ci.yml Remove CodeQL tasks duplicating injected ones 2024-03-14 12:47:55 +01:00
.vsts-pr.yaml
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
README.md
Roslyn-SDK.sln
SECURITY.md
Samples.sln
build.cmd
global.json Update dependencies from https://github.com/dotnet/arcade build 20240311.7 (#1151) 2024-03-13 10:13:57 +00:00
restore.cmd
stylecop.json
test.cmd

README.md

Roslyn SDK

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