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 (201)
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 | 2,701 | 9/20/2023 |
4.8.0-1.final | 3,147 | 9/9/2023 |
4.7.0 | 375,445 | 8/18/2023 |
4.7.0-2.final | 30,536 | 6/20/2023 |
4.7.0-1.final | 49,806 | 5/20/2023 |
4.6.0 | 1,552,045 | 5/16/2023 |
4.6.0-1.final | 68,241 | 3/3/2023 |
4.5.0 | 2,738,042 | 2/24/2023 |
4.5.0-2.final | 37,404 | 1/6/2023 |
4.4.0 | 8,404,138 | 11/14/2022 |
4.4.0-4.final | 233,427 | 10/22/2022 |
4.4.0-2.final | 301,783 | 9/19/2022 |
4.4.0-1.final | 49,059 | 8/16/2022 |
4.3.1 | 2,433,614 | 9/30/2022 |
4.3.0-3.final | 24,325 | 7/26/2022 |
4.3.0-2.final | 19,860 | 6/22/2022 |
4.3.0-1.final | 77,161 | 5/10/2022 |
4.2.0 | 5,566,765 | 5/13/2022 |
4.2.0-4.final | 11,304 | 4/27/2022 |
4.2.0-2.final | 34,579 | 3/25/2022 |
4.2.0-1.final | 24,588 | 2/18/2022 |
4.1.0 | 5,622,950 | 2/16/2022 |
4.1.0-3.final | 26,190 | 1/27/2022 |
4.1.0-1.final | 89,874 | 11/19/2021 |
4.0.1 | 14,055,258 | 11/9/2021 |
4.0.0-6.final | 123,133 | 10/20/2021 |
4.0.0-5.final | 17,603 | 10/11/2021 |
4.0.0-4.final | 51,193 | 9/15/2021 |
4.0.0-3.final | 561,733 | 8/12/2021 |
4.0.0-2.final | 28,323 | 7/20/2021 |
4.0.0-1.final | 15,020 | 7/7/2021 |
3.11.0 | 11,423,230 | 8/11/2021 |
3.11.0-3.final | 364 | 7/15/2021 |
3.11.0-1.final | 55,666 | 6/14/2021 |
3.10.0 | 2,149,701 | 6/11/2021 |
3.10.0-3.final | 34,968 | 5/13/2021 |
3.10.0-2.final | 16,694 | 4/20/2021 |
3.10.0-1.final | 76,550 | 3/3/2021 |
3.9.0 | 5,629,588 | 3/2/2021 |
3.9.0-5.final | 2,497 | 2/24/2021 |
3.9.0-4.final | 6,724 | 2/10/2021 |
3.9.0-3.final | 23,475 | 1/20/2021 |
3.9.0-2.final | 53,538 | 12/10/2020 |
3.9.0-1.final | 77,336 | 12/4/2020 |
3.8.0 | 32,343,391 | 11/13/2020 |
3.8.0-5.final | 49,544 | 10/23/2020 |
3.8.0-4.final | 11,604 | 10/13/2020 |
3.8.0-3.final | 60,335 | 9/16/2020 |
3.8.0-2.final | 5,553 | 9/1/2020 |
3.7.0 | 24,653,964 | 8/5/2020 |
3.7.0-4.final | 7,730 | 7/14/2020 |
3.7.0-3.final | 65,364 | 7/2/2020 |
3.7.0-2.final | 16,915 | 6/15/2020 |
3.7.0-1.final | 72,717 | 5/19/2020 |
3.6.0 | 7,645,505 | 5/19/2020 |
3.6.0-4.final | 8,393 | 5/4/2020 |
3.6.0-3.final | 30,964 | 4/16/2020 |
3.6.0-2.final | 56,914 | 3/26/2020 |
3.6.0-1.final | 37,187 | 3/17/2020 |
3.5.0 | 2,531,373 | 3/16/2020 |
3.5.0-beta3-final | 23,938 | 2/19/2020 |
3.5.0-beta2-final | 23,712 | 1/23/2020 |
3.5.0-beta1-final | 40,037 | 12/3/2019 |
3.4.0 | 8,262,202 | 12/3/2019 |
3.4.0-beta4-final | 27,394 | 11/15/2019 |
3.4.0-beta3-final | 39,760 | 11/4/2019 |
3.4.0-beta2-final | 713,724 | 10/15/2019 |
3.4.0-beta1-final | 60,406 | 9/23/2019 |
3.3.1 | 61,129,958 | 9/23/2019 |
3.3.1-beta3-final | 18,776 | 9/5/2019 |
3.3.0-beta2-final | 56,817 | 8/15/2019 |
3.3.0-beta1-final | 52,431 | 7/26/2019 |
3.2.1 | 955,775 | 8/9/2019 |
3.2.0 | 241,118 | 8/1/2019 |
3.2.0-beta4-final | 11,704 | 7/16/2019 |
3.2.0-beta3-final | 14,493 | 6/25/2019 |
3.2.0-beta1-final | 158,041 | 5/21/2019 |
3.1.0 | 1,766,216 | 5/21/2019 |
3.1.0-beta3-final | 109,405 | 5/7/2019 |
3.1.0-beta2-final | 5,655 | 4/24/2019 |
3.1.0-beta1-final | 62,561 | 4/10/2019 |
3.0.0 | 5,286,846 | 4/2/2019 |
3.0.0-beta4-final | 350,258 | 2/27/2019 |
3.0.0-beta3-final | 17,602 | 2/14/2019 |
3.0.0-beta2-final | 10,527 | 1/24/2019 |
2.11.0-beta1-final | 72,154 | 12/11/2018 |
2.10.0 | 19,578,303 | 11/15/2018 |
2.9.0 | 3,911,948 | 8/16/2018 |
2.8.2 | 4,843,758 | 5/22/2018 |
2.8.0 | 109,663,787 | 5/1/2018 |
2.8.0-beta4 | 6,619 | 4/20/2018 |
2.8.0-beta3 | 105,141 | 4/12/2018 |
2.7.0 | 1,537,167 | 3/8/2018 |
2.6.1 | 2,039,181 | 12/14/2017 |
2.6.0 | 161,384 | 12/8/2017 |
2.6.0-beta3 | 8,701 | 11/22/2017 |
2.4.0 | 678,643 | 10/16/2017 |
2.3.2 | 363,116 | 8/31/2017 |
2.3.1 | 40,128,552 | 7/20/2017 |
2.3.0 | 202,311 | 7/11/2017 |
2.3.0-beta3 | 6,130 | 7/6/2017 |
2.3.0-beta2 | 7,295 | 6/15/2017 |
2.3.0-beta1 | 96,951 | 5/30/2017 |
2.2.0 | 307,438 | 5/30/2017 |
2.1.0 | 882,703 | 4/21/2017 |
2.0.0 | 1,656,961 | 3/9/2017 |
2.0.0-rc4 | 117,526 | 2/8/2017 |
2.0.0-rc3 | 7,067 | 1/30/2017 |
2.0.0-rc2 | 22,412 | 12/14/2016 |
2.0.0-rc | 742,522 | 11/18/2016 |
2.0.0-beta5 | 14,364 | 10/18/2016 |
2.0.0-beta4 | 7,215 | 10/12/2016 |
2.0.0-beta3 | 411,014 | 7/13/2016 |
2.0.0-beta1 | 83,370 | 3/31/2016 |
1.3.2 | 2,140,057 | 7/1/2016 |
1.3.1 | 309,844 | 7/1/2016 |
1.3.0 | 91,624,180 | 6/27/2016 |
1.3.0-beta1-20160429-01 | 2,125,249 | 5/16/2016 |
1.2.2 | 337,325 | 5/17/2016 |
1.2.1 | 201,239 | 3/31/2016 |
1.2.0 | 365,479 | 3/31/2016 |
1.2.0-rc | 7,809 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 77,004 | 2/2/2016 |
1.2.0-beta1-20160108-01 | 14,485 | 1/12/2016 |
1.1.1 | 2,690,932 | 12/3/2015 |
1.1.0 | 102,566 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 436,972 | 11/14/2015 |
1.1.0-rc1 | 8,773 | 10/19/2015 |
1.1.0-beta1-20150928-02 | 70,520 | 10/15/2015 |
1.1.0-beta1-20150812-01 | 50,446 | 8/26/2015 |
1.1.0-beta1 | 15,316 | 10/9/2015 |
1.0.1 | 2,269,009 | 12/21/2016 |
1.0.0 | 2,138,993 | 7/13/2015 |
1.0.0-rc3 | 55,362 | 6/17/2015 |
1.0.0-rc2 | 387,291 | 4/24/2015 |
1.0.0-rc1 | 106,315 | 2/14/2015 |
1.0.0-beta2 | 49,546 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 53,258 | 11/11/2014 |
0.7.4091001-beta | 23,628 | 9/29/2014 |
0.7.4080704-beta | 49,110 | 8/20/2014 |
0.7.4052301-beta | 56,416 | 6/3/2014 |
0.6.4033103-beta | 13,411 | 4/1/2014 |