Microsoft.CodeAnalysis.Common
4.7.0-1.final
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.Common --version 4.7.0-1.final
NuGet\Install-Package Microsoft.CodeAnalysis.Common -Version 4.7.0-1.final
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0-1.final" />
paket add Microsoft.CodeAnalysis.Common --version 4.7.0-1.final
#r "nuget: Microsoft.CodeAnalysis.Common, 4.7.0-1.final"
// Install Microsoft.CodeAnalysis.Common as a Cake Addin
#addin nuget:?package=Microsoft.CodeAnalysis.Common&version=4.7.0-1.final&prerelease
// Install Microsoft.CodeAnalysis.Common as a Cake Tool
#tool nuget:?package=Microsoft.CodeAnalysis.Common&version=4.7.0-1.final&prerelease
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/6544980c8335ce25d8959afd4b6ee308686fed53.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- System.Collections.Immutable (>= 7.0.0)
- System.Memory (>= 4.5.5)
- System.Reflection.Metadata (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- System.Collections.Immutable (>= 7.0.0)
- System.Reflection.Metadata (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
-
net7.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- System.Collections.Immutable (>= 7.0.0)
- System.Reflection.Metadata (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
-
net8.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- System.Collections.Immutable (>= 7.0.0)
- System.Reflection.Metadata (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
NuGet packages (288)
Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.Common:
Package | Downloads |
---|---|
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/44555193fd1135b5d53a2099f76fec91e0d1ebde. |
|
Microsoft.CodeAnalysis.Razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/564969bca155b40432d101ec35f24a0e81e6afa0 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/44555193fd1135b5d53a2099f76fec91e0d1ebde. |
|
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/44555193fd1135b5d53a2099f76fec91e0d1ebde. |
|
Microsoft.CodeAnalysis.VisualBasic
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/44555193fd1135b5d53a2099f76fec91e0d1ebde. |
GitHub repositories (203)
Showing the top 5 popular GitHub repositories that depend on Microsoft.CodeAnalysis.Common:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
Version | Downloads | Last updated |
---|---|---|
4.8.0-2.final | 1,288 | 9/20/2023 |
4.8.0-1.final | 2,812 | 9/9/2023 |
4.7.0 | 299,018 | 8/18/2023 |
4.7.0-2.final | 26,717 | 6/20/2023 |
4.7.0-1.final | 48,096 | 5/20/2023 |
4.6.0 | 1,502,300 | 5/16/2023 |
4.6.0-1.final | 66,466 | 3/3/2023 |
4.5.0 | 2,677,162 | 2/24/2023 |
4.5.0-2.final | 36,493 | 1/6/2023 |
4.4.0 | 8,243,491 | 11/14/2022 |
4.4.0-4.final | 231,328 | 10/22/2022 |
4.4.0-2.final | 293,974 | 9/19/2022 |
4.4.0-1.final | 48,927 | 8/16/2022 |
4.3.1 | 2,408,638 | 9/30/2022 |
4.3.0-3.final | 24,083 | 7/26/2022 |
4.3.0-2.final | 19,817 | 6/22/2022 |
4.3.0-1.final | 76,985 | 5/10/2022 |
4.2.0 | 5,515,251 | 5/13/2022 |
4.2.0-4.final | 11,291 | 4/27/2022 |
4.2.0-2.final | 34,500 | 3/25/2022 |
4.2.0-1.final | 24,544 | 2/18/2022 |
4.1.0 | 5,536,491 | 2/16/2022 |
4.1.0-3.final | 26,181 | 1/27/2022 |
4.1.0-1.final | 89,795 | 11/19/2021 |
4.0.1 | 13,959,778 | 11/9/2021 |
4.0.0-6.final | 122,107 | 10/20/2021 |
4.0.0-5.final | 17,516 | 10/11/2021 |
4.0.0-4.final | 51,142 | 9/15/2021 |
4.0.0-3.final | 559,986 | 8/12/2021 |
4.0.0-2.final | 28,306 | 7/20/2021 |
4.0.0-1.final | 14,933 | 7/7/2021 |
3.11.0 | 11,351,077 | 8/11/2021 |
3.11.0-3.final | 359 | 7/15/2021 |
3.11.0-1.final | 55,524 | 6/14/2021 |
3.10.0 | 2,141,559 | 6/11/2021 |
3.10.0-3.final | 34,827 | 5/13/2021 |
3.10.0-2.final | 16,562 | 4/20/2021 |
3.10.0-1.final | 76,386 | 3/3/2021 |
3.9.0 | 5,605,229 | 3/2/2021 |
3.9.0-5.final | 2,497 | 2/24/2021 |
3.9.0-4.final | 6,723 | 2/10/2021 |
3.9.0-3.final | 23,427 | 1/20/2021 |
3.9.0-2.final | 53,420 | 12/10/2020 |
3.9.0-1.final | 77,276 | 12/4/2020 |
3.8.0 | 32,234,190 | 11/13/2020 |
3.8.0-5.final | 49,520 | 10/23/2020 |
3.8.0-4.final | 11,603 | 10/13/2020 |
3.8.0-3.final | 60,296 | 9/16/2020 |
3.8.0-2.final | 5,551 | 9/1/2020 |
3.7.0 | 24,568,648 | 8/5/2020 |
3.7.0-4.final | 7,717 | 7/14/2020 |
3.7.0-3.final | 64,818 | 7/2/2020 |
3.7.0-2.final | 16,906 | 6/15/2020 |
3.7.0-1.final | 72,674 | 5/19/2020 |
3.6.0 | 7,610,761 | 5/19/2020 |
3.6.0-4.final | 8,384 | 5/4/2020 |
3.6.0-3.final | 30,956 | 4/16/2020 |
3.6.0-2.final | 56,898 | 3/26/2020 |
3.6.0-1.final | 37,134 | 3/17/2020 |
3.5.0 | 2,525,135 | 3/16/2020 |
3.5.0-beta3-final | 23,786 | 2/19/2020 |
3.5.0-beta2-final | 23,534 | 1/23/2020 |
3.5.0-beta1-final | 39,732 | 12/3/2019 |
3.4.0 | 8,237,460 | 12/3/2019 |
3.4.0-beta4-final | 27,224 | 11/15/2019 |
3.4.0-beta3-final | 39,589 | 11/4/2019 |
3.4.0-beta2-final | 712,698 | 10/15/2019 |
3.4.0-beta1-final | 60,197 | 9/23/2019 |
3.3.1 | 60,957,201 | 9/23/2019 |
3.3.1-beta3-final | 18,616 | 9/5/2019 |
3.3.0-beta2-final | 56,637 | 8/15/2019 |
3.3.0-beta1-final | 52,285 | 7/26/2019 |
3.2.1 | 954,429 | 8/9/2019 |
3.2.0 | 240,446 | 8/1/2019 |
3.2.0-beta4-final | 11,572 | 7/16/2019 |
3.2.0-beta3-final | 14,319 | 6/25/2019 |
3.2.0-beta1-final | 157,673 | 5/21/2019 |
3.1.0 | 1,760,039 | 5/21/2019 |
3.1.0-beta3-final | 109,200 | 5/7/2019 |
3.1.0-beta2-final | 5,499 | 4/24/2019 |
3.1.0-beta1-final | 62,369 | 4/10/2019 |
3.0.0 | 5,247,233 | 4/2/2019 |
3.0.0-beta4-final | 349,908 | 2/27/2019 |
3.0.0-beta3-final | 17,420 | 2/14/2019 |
3.0.0-beta2-final | 10,330 | 1/24/2019 |
2.11.0-beta1-final | 71,930 | 12/11/2018 |
2.10.0 | 19,525,446 | 11/15/2018 |
2.9.0 | 3,906,882 | 8/16/2018 |
2.8.2 | 4,813,177 | 5/22/2018 |
2.8.0 | 109,143,115 | 5/1/2018 |
2.8.0-beta4 | 6,441 | 4/20/2018 |
2.8.0-beta3 | 104,743 | 4/12/2018 |
2.7.0 | 1,535,125 | 3/8/2018 |
2.6.1 | 2,035,238 | 12/14/2017 |
2.6.0 | 161,017 | 12/8/2017 |
2.6.0-beta3 | 8,503 | 11/22/2017 |
2.4.0 | 677,823 | 10/16/2017 |
2.3.2 | 362,683 | 8/31/2017 |
2.3.1 | 40,043,318 | 7/20/2017 |
2.3.0 | 201,848 | 7/11/2017 |
2.3.0-beta3 | 5,954 | 7/6/2017 |
2.3.0-beta2 | 7,081 | 6/15/2017 |
2.3.0-beta1 | 96,489 | 5/30/2017 |
2.2.0 | 306,716 | 5/30/2017 |
2.1.0 | 880,905 | 4/21/2017 |
2.0.0 | 1,652,667 | 3/9/2017 |
2.0.0-rc4 | 117,282 | 2/8/2017 |
2.0.0-rc3 | 6,868 | 1/30/2017 |
2.0.0-rc2 | 22,204 | 12/14/2016 |
2.0.0-rc | 742,325 | 11/18/2016 |
2.0.0-beta5 | 14,166 | 10/18/2016 |
2.0.0-beta4 | 7,042 | 10/12/2016 |
2.0.0-beta3 | 410,809 | 7/13/2016 |
2.0.0-beta1 | 83,178 | 3/31/2016 |
1.3.2 | 2,137,596 | 7/1/2016 |
1.3.1 | 309,307 | 7/1/2016 |
1.3.0 | 91,264,144 | 6/27/2016 |
1.3.0-beta1-20160429-01 | 2,124,549 | 5/16/2016 |
1.2.2 | 337,009 | 5/17/2016 |
1.2.1 | 200,854 | 3/31/2016 |
1.2.0 | 365,273 | 3/31/2016 |
1.2.0-rc | 7,602 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 76,814 | 2/2/2016 |
1.2.0-beta1-20160108-01 | 14,309 | 1/12/2016 |
1.1.1 | 2,690,305 | 12/3/2015 |
1.1.0 | 102,205 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 436,715 | 11/14/2015 |
1.1.0-rc1 | 8,593 | 10/19/2015 |
1.1.0-beta1-20150928-02 | 70,266 | 10/15/2015 |
1.1.0-beta1-20150812-01 | 50,253 | 8/26/2015 |
1.1.0-beta1 | 15,101 | 10/9/2015 |
1.0.1 | 2,250,826 | 12/21/2016 |
1.0.0 | 2,135,869 | 7/13/2015 |
1.0.0-rc3 | 55,137 | 6/17/2015 |
1.0.0-rc2 | 384,837 | 4/24/2015 |
1.0.0-rc1 | 105,851 | 2/14/2015 |
1.0.0-beta2 | 49,262 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 52,897 | 11/11/2014 |
0.7.4091001-beta | 23,206 | 9/29/2014 |
0.7.4080704-beta | 48,801 | 8/20/2014 |
0.7.4052301-beta | 55,830 | 6/3/2014 |
0.6.4033103-beta | 13,252 | 4/1/2014 |