The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Перейти к файлу
Julien Couvreur df4ae6b810
Keep `try` syntax in async exception rewriting (#75070)
2024-09-13 15:12:21 -07:00
.devcontainer
.github
.vscode
docs
eng Use the latest version of ILasm and enable a test not supported by the old version (#75108) 2024-09-13 14:46:40 -07:00
scripts
src Keep `try` syntax in async exception rewriting (#75070) 2024-09-13 15:12:21 -07:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.vsconfig
Build.cmd
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Compilers.slnf
Directory.Build.props
Directory.Build.rsp
Directory.Build.targets
Directory.Packages.props
License.txt
NuGet.config
README.md
Restore.cmd
Roslyn.lutconfig
Roslyn.sln
SECURITY.md
SpellingExclusions.dic
THIRD-PARTY-NOTICES.txt
Test.cmd
Verify.cmd
azure-pipelines-compliance.yml
azure-pipelines-integration-corehost.yml
azure-pipelines-integration-dartlab.yml
azure-pipelines-integration-lsp.yml
azure-pipelines-integration-scouting.yml
azure-pipelines-integration.yml
azure-pipelines-official.yml
azure-pipelines-pr-validation.yml
azure-pipelines-richnav.yml
azure-pipelines.yml
build.sh
dotnet-tools.json
global.json
restore.sh
test.sh
verify.sh

README.md

Roslyn logo

The .NET Compiler Platform

Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools.

C# and Visual Basic Language Feature Suggestions

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

Contributing

All work on the C# and Visual Basic compiler happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.

If you are interested in fixing issues and contributing directly to the code base, a great way to get started is to ask some questions on GitHub Discussions! Then check out our contributing guide which covers the following:

Community

The Roslyn community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

To chat with other community members, you can join the Roslyn channel on the CSharp Community Discord.

Our Code of Conduct applies to all Roslyn community channels and has adopted the .NET Foundation Code of Conduct.

Documentation

Visit Roslyn Architecture Overview to get started with Roslyns APIs.

NuGet Feeds

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

Builds

Branch Windows Debug Windows Release Unix Debug
main Build Status Build Status Build Status

Desktop Unit Tests

Branch Debug x86 Debug x64 Release x86 Release x64
main Build Status Build Status Build Status Build Status

CoreClr Unit Tests

Branch Windows Debug Windows Release Linux
main Build Status Build Status Build Status

Integration Tests

Branch Debug x86 Debug x64 Release x86 Release x64
main Build Status Build Status Build Status Build Status

Misc Tests

Branch Determinism Analyzers Build Correctness Source build TODO/Prototype Spanish MacOS
main Build Status Build Status Build Status Build Status Build Status Build Status Build Status

.NET Foundation

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