The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Перейти к файлу
Julien Couvreur 33c7f5a820
Move "generic attributes" feature into C# 11 (#62952)
2022-08-04 01:09:03 +00:00
.devcontainer Remove enableRoslynAnalyzers from codespace default settings 2022-03-16 13:40:51 -07:00
.github [FabricBot] Automatically close generated PR tagger issues (#63040) 2022-07-29 00:04:39 -07:00
.vscode Update csc.dll path in launch.json (#60663) 2022-04-13 13:54:00 -07:00
docs Support UnscopedRefAttribute (#62783) 2022-08-02 21:25:32 -07:00
eng Merge pull request #62845 from jmarolf/infrastructure/build-with-dotnet-core-cleanup 2022-08-03 11:02:25 -07:00
scripts Add explicit exit to merge-vs-deps script (#59066) 2022-01-25 13:06:06 -08:00
src Move "generic attributes" feature into C# 11 (#62952) 2022-08-04 01:09:03 +00:00
.editorconfig Merge pull request #60535 from Youssef1313/patch-17 2022-06-28 18:50:23 +05:30
.git-blame-ignore-revs Add missing commits that weren't in the blame ignore (#57019) 2021-10-08 09:35:06 -07:00
.gitattributes Mark .xlf as generated by default (#50002) 2020-12-18 14:48:14 -08:00
.gitignore Snap 17.3 P2 (#61618) 2022-06-01 01:41:34 +00:00
.vsconfig
Build.cmd
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 14:26:22 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-04-07 14:38:06 -07:00
Compilers.sln Run EndToEnd tests in a more isolated/controlled environment (#62433) 2022-07-13 06:51:36 +00:00
Compilers.slnf Run EndToEnd tests in a more isolated/controlled environment (#62433) 2022-07-13 06:51:36 +00:00
Directory.Build.props
Directory.Build.rsp
Directory.Build.targets
License.txt
NuGet.config Update source-build dependency to source-build-externals (#59549) 2022-02-28 16:04:57 +00:00
README.md Add Rebuild badge to README (#60298) 2022-04-04 14:42:06 -07:00
Restore.cmd
Roslyn.sln Run EndToEnd tests in a more isolated/controlled environment (#62433) 2022-07-13 06:51:36 +00:00
SECURITY.md
THIRD-PARTY-NOTICES.txt Update THIRD-PARTY-NOTICES.txt and Signing.props for StructuredLogger 2022-07-13 16:11:04 -07:00
Test.cmd
Verify.cmd Add scripts to verify if a branch is ready to review 2021-12-03 16:01:30 -08:00
azure-pipelines-compliance.yml faster git checkout 2022-06-29 14:57:37 -07:00
azure-pipelines-integration-corehost.yml Bump the integration test timeouts a bit 2022-07-06 14:40:34 -07:00
azure-pipelines-integration-dartlab.yml Allow pipelines to SkipCheckout when using test-integration-job template 2022-06-30 14:13:07 -07:00
azure-pipelines-integration-lsp.yml Bump the integration test timeouts a bit 2022-07-06 14:40:34 -07:00
azure-pipelines-integration.yml Bump the integration test timeouts a bit 2022-07-06 14:40:34 -07:00
azure-pipelines-official.yml Merge pull request #62449 from dotnet/merges/release/dev17.0-vs-deps-to-release/dev17.2 2022-07-06 17:04:02 -07:00
azure-pipelines-pr-validation.yml Revert "Fix PR Validation pipeline (#62757)" 2022-07-22 09:46:40 -07:00
azure-pipelines-richnav.yml Snap 17.3 P2 (#61618) 2022-06-01 01:41:34 +00:00
azure-pipelines.yml Merge pull request #62845 from jmarolf/infrastructure/build-with-dotnet-core-cleanup 2022-08-03 11:02:25 -07:00
build.sh
dotnet-tools.json Update analyzers / format version 2022-06-22 11:21:39 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20220726.3 2022-07-27 12:21:19 +00:00
restore.sh
test.sh
verify.sh Add scripts to verify if a branch is ready to review 2021-12-03 16:01:30 -08:00

README.md

Roslyn logo

The .NET Compiler Platform

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

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 Discord or Gitter.

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
main-vs-deps 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
main-vs-deps Build Status Build Status Build Status Build Status

CoreClr Unit Tests

Branch Windows Debug Windows Release Linux
main Build Status Build Status Build Status
main-vs-deps 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
main-vs-deps Build Status Build Status Build Status Build Status

Misc Tests

Branch Determinism Build Correctness Rebuild from artifacts Source build Spanish MacOS
main Build Status Build Status Build Status Build Status Build Status Build Status
main-vs-deps 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.