Microsoft.CodeAnalysis.Analyzers 2.6.0-beta1

Guidelines for using .NET Compiler Platform (Roslyn) APIs.

Showing the top 20 packages that depend on Microsoft.CodeAnalysis.Analyzers.

Packages Downloads
Microsoft.ApplicationInsights.AspNetCore
Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/en-us/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
18
Microsoft.CodeAnalysis
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
16
Microsoft.CodeAnalysis
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
17
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/431de5f2dab8829ad9e4ac5e65a87c11253be7c7.
17
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/43b0b05cc4f492fd5de00f6f6717409091df8daa.
85
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/473e349f86b0f5c9dd47330cba22e0ea225c85a5.
17
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/4bdc8414790101a4da120a92cc4bc0154ac787ca.
109
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/b3e69109341a1017423af7981b8b84b646f5bcce.
27
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/c3cc1d0ceeab1a65da0217e403851a1e8a30086a.
28
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/df45061e218c9b5813c5531bc06fb238a23e30f6.
24
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
16
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
17
Microsoft.CodeAnalysis.CSharp
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
15
Microsoft.CodeAnalysis.CSharp.Features
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bde21ee2b98b775b010d01a93f81ef587fe80962.
15
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
15
Microsoft.CodeAnalysis.Scripting.Common
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
16
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
16
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/cf82d399c36008e7936d545cde24141f8d3790fa.
15
Microsoft.VisualStudio.ProjectSystem
Reference assemblies for Visual Studio Project System Extensibility
16
Microsoft.VisualStudio.ProjectSystem
Reference assemblies for Visual Studio Project System Extensibility
17

This package has no dependencies.

Version Downloads Last updated
3.12.0-beta1.25081.1 0 03/18/2025
3.12.0-beta1.25076.4 0 02/25/2025
3.11.0 0 10/03/2024
3.11.0-beta1.25076.3 0 03/11/2025
3.11.0-beta1.25076.2 0 03/11/2025
3.11.0-beta1.25074.1 0 03/11/2025
3.11.0-beta1.24629.2 0 02/11/2025
3.11.0-beta1.24605.2 0 01/14/2025
3.11.0-beta1.24527.2 0 12/10/2024
3.11.0-beta1.24508.2 0 11/12/2024
3.11.0-beta1.24454.1 0 10/08/2024
3.11.0-beta1.24415.1 0 09/10/2024
3.11.0-beta1.24324.1 0 08/13/2024
3.11.0-beta1.24318.1 0 07/09/2024
3.11.0-beta1.24303.2 0 07/09/2024
3.11.0-beta1.24225.1 0 06/11/2024
3.11.0-beta1.24219.2 0 05/14/2024
3.11.0-beta1.24216.2 0 05/21/2024
3.11.0-beta1.24165.2 0 04/11/2024
3.11.0-beta1.24122.1 0 03/12/2024
3.11.0-beta1.24072.1 0 02/13/2024
3.11.0-beta1.23614.1 0 02/13/2024
3.11.0-beta1.23525.2 0 11/14/2023
3.11.0-beta1.23472.1 0 10/10/2023
3.11.0-beta1.23420.2 0 09/12/2023
3.11.0-beta1.23364.2 13 05/10/2024
3.3.5-beta1.23320.2 13 05/30/2024
3.3.5-beta1.23270.2 16 05/30/2024
3.3.5-beta1.23225.2 10 05/10/2024
3.3.5-beta1.23165.1 12 05/10/2024
3.3.5-beta1.23121.1 14 05/10/2024
3.3.5-beta1.23080.2 13 05/10/2024
3.3.4 92 08/10/2023
3.3.4-beta1.23354.4 10 05/10/2024
3.3.4-beta1.23267.1 12 05/17/2024
3.3.4-beta1.23160.1 14 05/30/2024
3.3.4-beta1.23061.1 11 05/18/2024
3.3.4-beta1.22559.1 12 05/10/2024
3.3.4-beta1.22518.1 12 05/10/2024
3.3.4-beta1.22514.1 14 05/10/2024
3.3.4-beta1.22464.1 14 05/20/2024
3.3.4-beta1.22452.2 15 05/30/2024
3.3.4-beta1.22403.2 13 05/30/2024
3.3.4-beta1.22362.3 13 05/12/2024
3.3.4-beta1.22361.3 10 05/10/2024
3.3.4-beta1.22310.1 13 05/10/2024
3.3.4-beta1.22274.2 12 05/30/2024
3.3.4-beta1.22217.1 12 05/30/2024
3.3.4-beta1.22168.1 15 05/10/2024
3.3.4-beta1.22116.1 11 05/30/2024
3.3.4-beta1.22068.2 10 05/18/2024
3.3.3 124 05/13/2022
3.3.2 30 08/08/2023
3.3.1 15 05/10/2024
3.3.0 18 05/18/2024
3.3.0-beta1.final 14 05/30/2024
3.0.0 18 02/19/2024
3.0.0-beta2.final 15 05/10/2024
3.0.0-beta2.20059.3 12 05/10/2024
2.9.8 14 05/10/2024
2.9.7 11 05/10/2024
2.9.6 16 05/28/2024
2.9.5 14 05/10/2024
2.9.5-beta1.final 15 05/30/2024
2.9.4 3,857 04/25/2022
2.9.4-beta1.final 13 05/10/2024
2.9.3 14,533 04/26/2022
2.9.2 14 05/10/2024
2.9.1 18 05/10/2024
2.9.0 17 05/03/2024
2.9.0-beta1.final 17 05/10/2024
2.6.3 11 05/28/2024
2.6.2 13 05/10/2024
2.6.2-beta2 15 11/07/2023
2.6.2-beta1 13 05/10/2024
2.6.1 49 06/15/2022
2.6.0 12 05/28/2024
2.6.0-beta2 17 05/16/2024
2.6.0-beta1 17 05/10/2024
2.3.0-beta1 17 05/30/2024
2.0.0-beta2 12 05/10/2024
2.0.0-beta1 18 05/10/2024
1.2.0-beta2 17 05/10/2024
1.2.0-beta1 16 05/30/2024
1.1.0 6,001 05/05/2022
1.1.0-beta1-20150812-01 16 05/30/2024
1.0.0 16 05/28/2024
1.0.0-rc3 14 05/10/2024
1.0.0-rc2 16 05/10/2024
1.0.0-rc1 15 05/10/2024