Skip to content

dotnet/roslyn

Folders and files

NameName
Last commit message
Last commit date
Aug 24, 2022
Nov 3, 2022
Oct 10, 2022
Nov 18, 2022
Nov 21, 2022
Sep 21, 2022
Nov 26, 2022
Nov 22, 2022
Oct 8, 2021
Dec 18, 2020
May 12, 2022
Aug 15, 2019
Dec 10, 2018
Apr 2, 2020
Apr 7, 2021
Nov 2, 2022
Jul 13, 2022
Jan 23, 2020
Apr 9, 2018
Oct 20, 2022
Jan 23, 2020
Feb 28, 2022
Sep 21, 2022
Dec 10, 2018
Nov 8, 2022
Feb 26, 2020
Jul 13, 2022
Dec 10, 2018
Dec 4, 2021
Jun 29, 2022
Sep 9, 2022
Aug 31, 2022
Sep 9, 2022
Sep 14, 2022
Sep 9, 2022
Oct 20, 2022
Oct 6, 2022
Oct 24, 2022
Oct 20, 2022
Aug 24, 2022
Jun 22, 2022
Oct 27, 2022
Aug 24, 2022
Dec 10, 2018
Dec 4, 2021

Repository files navigation

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 Roslyn’s API’s.

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 Analyzers Build Correctness Source build TODO/Prototype Spanish MacOS
main Build Status 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 Build Status

.NET Foundation

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