The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
Перейти к файлу
Richard Fine 4681e3f3aa Merge branch 'master' into unity-master 2020-11-17 13:45:10 -05:00
.github
.vscode
.yamato
docs
eng
external
scripts
src Merge pull request #49408 from CyrusNajmabadi/supersedes 2020-11-17 04:52:48 +00:00
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml
.vsconfig
Build.cmd
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Compilers.sln
Compilers.slnf
Directory.Build.props
Directory.Build.rsp
Directory.Build.targets
License.txt
NuGet.config
README.md
Restore.cmd
Roslyn.sln
SECURITY.md
THIRD-PARTY-NOTICES.txt
Test.cmd
azure-pipelines-integration.yml
azure-pipelines-official.yml
azure-pipelines-richnav.yml
azure-pipelines.yml
build.sh
dotnet-tools.json
global.json
reportCiResult.py
restore.sh
stevedore-build-artifacts.sh
test.sh

README.md

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

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

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.

C# and Visual Basic Language Feature Suggestions

If you want to suggest a new feature for the C# or Visual Basic languages go here:

Contribute!

Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.

Questions

A great way to get started is to ask some questions!

See if your issue is already being worked on! (Add your own votes using the 👍 reaction)

Vote in the Backlog! (Add your own votes using the 👍 reaction)

Find a bug to fix! (Add your own votes using the 👍 reaction)

Find a feature to implement! (Add your own votes using the 👍 reaction)

Getting started with the Roslyn APIs

If you want to get started using Roslyn's APIs to analyzer your code take a look at these links:

The latest pre-release builds are available from the following public NuGet feeds:

  • Compiler: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
  • IDE Services: https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json
  • .NET SDK: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

Continuous Integration status

Desktop Unit Tests

Branch Debug x86 Debug x64 Release x86 Release x64
master Build Status Build Status Build Status Build Status
master-vs-deps Build Status Build Status Build Status Build Status

CoreClr Unit Tests

Branch Windows Debug Windows Release Linux
master Build Status Build Status Build Status
master-vs-deps Build Status Build Status Build Status

Integration Tests

Branch Debug Release
master Build Status Build Status
master-vs-deps Build Status Build Status

Misc Tests

Branch Determinism Build Correctness Spanish Mono
master Build Status Build Status Build Status Build Status
master-vs-deps Build Status Build Status Build Status Build Status

This project has adopted the .NET Foundation Code of Conduct.

.NET Foundation

This project is part of the .NET Foundation along with other projects like the .NET Runtime.