Microsoft.CodeAnalysis.CSharp.Workspaces
3.0.0-beta3-final
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.CSharp.Workspaces --version 3.0.0-beta3-final
NuGet\Install-Package Microsoft.CodeAnalysis.CSharp.Workspaces -Version 3.0.0-beta3-final
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.0.0-beta3-final" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.0.0-beta3-final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
paket add Microsoft.CodeAnalysis.CSharp.Workspaces --version 3.0.0-beta3-final
#r "nuget: Microsoft.CodeAnalysis.CSharp.Workspaces, 3.0.0-beta3-final"
#:package Microsoft.CodeAnalysis.CSharp.Workspaces@3.0.0-beta3-final
#addin nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=3.0.0-beta3-final&prerelease
#tool nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=3.0.0-beta3-final&prerelease
.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/091091276de5136e94e4413faa87e4d4ec3a7671.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.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.Common (= 3.0.0-beta3-final)
- Microsoft.CodeAnalysis.CSharp (= 3.0.0-beta3-final)
- Microsoft.CodeAnalysis.Workspaces.Common (= 3.0.0-beta3-final)
NuGet packages (641)
Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.CSharp.Workspaces:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.Design
Shared design-time components for Entity Framework Core tools. |
|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Design
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
|
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. |
|
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
Contains Entity Framework Core Services used by ASP.NET Core Code Generators. |
GitHub repositories (339)
Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.CSharp.Workspaces:
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.
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
neuecc/UniRx
Reactive Extensions for Unity
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
|
Version | Downloads | Last Updated |
---|---|---|
4.14.0 | 594,397 | 2 months ago |
4.13.0 | 1,403,378 | 5 months ago |
4.12.0 | 2,728,448 | 8 months ago |
4.12.0-3.final | 34,686 | 9 months ago |
4.12.0-2.final | 26,503 | 9/17/2024 |
4.12.0-1.final | 25,757 | 8/14/2024 |
4.11.0 | 5,865,409 | 8/15/2024 |
4.11.0-3.final | 134,640 | 7/31/2024 |
4.11.0-2.final | 16,188 | 6/19/2024 |
4.10.0 | 3,084,045 | 6/10/2024 |
4.10.0-3.final | 141,308 | 4/29/2024 |
4.10.0-2.final | 21,586 | 3/19/2024 |
4.10.0-1.final | 427 | 3/18/2024 |
4.9.2 | 3,836,898 | 3/2/2024 |
4.9.0-3.final | 837,907 | 1/22/2024 |
4.9.0-2.final | 50,517 | 12/16/2023 |
4.9.0-1.final | 3,059 | 12/13/2023 |
4.8.0 | 50,187,932 | 11/22/2023 |
4.8.0-3.final | 4,709,592 | 11/3/2023 |
4.8.0-2.final | 36,902 | 9/20/2023 |
4.8.0-1.final | 11,921 | 9/9/2023 |
4.7.0 | 3,441,088 | 8/18/2023 |
4.7.0-2.final | 31,186 | 6/20/2023 |
4.7.0-1.final | 32,549 | 5/20/2023 |
4.6.0 | 1,956,539 | 5/16/2023 |
4.6.0-1.final | 199,687 | 3/3/2023 |
4.5.0 | 114,356,044 | 2/24/2023 |
4.5.0-2.final | 50,816 | 1/6/2023 |
4.4.0 | 12,160,312 | 11/14/2022 |
4.4.0-4.final | 98,633 | 10/22/2022 |
4.4.0-2.final | 90,239 | 9/19/2022 |
4.4.0-1.final | 6,133 | 8/16/2022 |
4.3.1 | 2,534,330 | 9/30/2022 |
4.3.0-3.final | 4,430 | 7/26/2022 |
4.3.0-2.final | 7,791 | 6/22/2022 |
4.3.0-1.final | 23,311 | 5/10/2022 |
4.2.0 | 4,882,720 | 5/13/2022 |
4.2.0-4.final | 10,210 | 4/27/2022 |
4.2.0-2.final | 30,079 | 3/25/2022 |
4.2.0-1.final | 12,107 | 2/18/2022 |
4.1.0 | 4,255,569 | 2/16/2022 |
4.1.0-3.final | 12,232 | 1/27/2022 |
4.1.0-1.final | 53,688 | 11/19/2021 |
4.0.1 | 10,646,714 | 11/9/2021 |
4.0.0-6.final | 23,524 | 10/20/2021 |
4.0.0-5.final | 2,821 | 10/11/2021 |
4.0.0-4.final | 37,101 | 9/15/2021 |
4.0.0-3.final | 56,825 | 8/12/2021 |
4.0.0-2.final | 8,953 | 7/20/2021 |
4.0.0-1.final | 21,284 | 7/7/2021 |
3.11.0 | 3,937,160 | 8/11/2021 |
3.11.0-3.final | 679 | 7/15/2021 |
3.11.0-1.final | 15,041 | 6/14/2021 |
3.10.0 | 1,190,186 | 6/11/2021 |
3.10.0-3.final | 15,274 | 5/13/2021 |
3.10.0-2.final | 21,245 | 4/20/2021 |
3.10.0-1.final | 59,947 | 3/3/2021 |
3.9.0 | 2,437,926 | 3/2/2021 |
3.9.0-5.final | 1,722 | 2/24/2021 |
3.9.0-4.final | 2,100 | 2/10/2021 |
3.9.0-3.final | 5,529 | 1/20/2021 |
3.9.0-2.final | 19,485 | 12/10/2020 |
3.9.0-1.final | 70,041 | 12/4/2020 |
3.8.0 | 21,713,365 | 11/13/2020 |
3.8.0-5.final | 17,517 | 10/23/2020 |
3.8.0-4.final | 6,037 | 10/13/2020 |
3.8.0-3.final | 27,175 | 9/16/2020 |
3.8.0-2.final | 2,770 | 9/1/2020 |
3.7.0 | 5,170,629 | 8/5/2020 |
3.7.0-4.final | 7,062 | 7/14/2020 |
3.7.0-3.final | 11,082 | 7/2/2020 |
3.7.0-2.final | 5,708 | 6/15/2020 |
3.7.0-1.final | 44,053 | 5/19/2020 |
3.6.0 | 1,826,514 | 5/19/2020 |
3.6.0-4.final | 7,490 | 5/5/2020 |
3.6.0-3.final | 10,210 | 4/16/2020 |
3.6.0-2.final | 50,565 | 3/26/2020 |
3.6.0-1.final | 23,618 | 3/17/2020 |
3.5.0 | 1,163,170 | 3/16/2020 |
3.5.0-beta3-final | 19,917 | 2/19/2020 |
3.5.0-beta2-final | 20,275 | 1/23/2020 |
3.5.0-beta1-final | 22,543 | 12/3/2019 |
3.4.0 | 2,343,948 | 12/3/2019 |
3.4.0-beta4-final | 14,665 | 11/15/2019 |
3.4.0-beta3-final | 27,401 | 11/4/2019 |
3.4.0-beta2-final | 547,593 | 10/15/2019 |
3.4.0-beta1-final | 9,396 | 9/23/2019 |
3.3.1 | 72,223,592 | 9/23/2019 |
3.3.1-beta3-final | 13,487 | 9/5/2019 |
3.3.0-beta2-final | 6,550 | 8/15/2019 |
3.3.0-beta1-final | 7,725 | 7/26/2019 |
3.2.1 | 403,378 | 8/9/2019 |
3.2.0 | 110,377 | 8/1/2019 |
3.2.0-beta4-final | 5,712 | 7/16/2019 |
3.2.0-beta3-final | 8,365 | 6/25/2019 |
3.2.0-beta1-final | 169,297 | 5/21/2019 |
3.1.0 | 476,228 | 5/21/2019 |
3.1.0-beta3-final | 8,822 | 5/7/2019 |
3.1.0-beta2-final | 5,479 | 4/24/2019 |
3.1.0-beta1-final | 4,814 | 4/10/2019 |
3.0.0 | 942,532 | 4/2/2019 |
3.0.0-beta4-final | 7,916 | 2/27/2019 |
3.0.0-beta3-final | 23,062 | 2/14/2019 |
3.0.0-beta2-final | 10,301 | 1/24/2019 |
2.11.0-beta1-final | 11,099 | 12/11/2018 |
2.10.0 | 2,467,215 | 11/15/2018 |
2.9.0 | 1,456,127 | 8/16/2018 |
2.8.2 | 8,904,432 | 5/22/2018 |
2.8.0 | 32,529,527 | 5/1/2018 |
2.8.0-beta4 | 6,517 | 4/20/2018 |
2.8.0-beta3 | 32,545 | 4/12/2018 |
2.7.0 | 305,107 | 3/8/2018 |
2.6.1 | 960,490 | 12/14/2017 |
2.6.0 | 140,668 | 12/8/2017 |
2.6.0-beta3 | 8,364 | 11/22/2017 |
2.4.0 | 329,674 | 10/16/2017 |
2.3.2 | 175,698 | 8/31/2017 |
2.3.1 | 5,845,043 | 7/20/2017 |
2.3.0 | 57,041 | 7/11/2017 |
2.3.0-beta3 | 5,774 | 7/6/2017 |
2.3.0-beta2 | 6,315 | 6/15/2017 |
2.3.0-beta1 | 20,794 | 5/30/2017 |
2.2.0 | 68,749 | 5/30/2017 |
2.1.0 | 147,904 | 4/21/2017 |
2.0.0 | 225,544 | 3/9/2017 |
2.0.0-rc4 | 31,394 | 2/8/2017 |
2.0.0-rc3 | 6,475 | 1/30/2017 |
2.0.0-rc2 | 15,775 | 12/14/2016 |
2.0.0-rc | 18,173 | 11/18/2016 |
2.0.0-beta5 | 9,520 | 10/18/2016 |
2.0.0-beta4 | 6,142 | 10/12/2016 |
2.0.0-beta3 | 13,531 | 7/13/2016 |
2.0.0-beta1 | 12,425 | 3/31/2016 |
1.3.2 | 638,921 | 7/1/2016 |
1.3.1 | 128,793 | 7/1/2016 |
1.3.0 | 1,369,170 | 6/27/2016 |
1.3.0-beta1-20160429-01 | 43,045 | 5/16/2016 |
1.2.2 | 68,541 | 5/17/2016 |
1.2.1 | 147,476 | 3/31/2016 |
1.2.0 | 362,085 | 3/31/2016 |
1.2.0-rc | 7,537 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 9,344 | 2/2/2016 |
1.2.0-beta1-20160108-01 | 10,171 | 1/12/2016 |
1.1.1 | 123,802 | 12/3/2015 |
1.1.0 | 59,962 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 8,318 | 11/14/2015 |
1.1.0-rc1 | 7,114 | 10/19/2015 |
1.1.0-beta1-20150928-02 | 6,339 | 10/15/2015 |
1.1.0-beta1-20150812-01 | 6,715 | 8/26/2015 |
1.1.0-beta1 | 7,926 | 10/9/2015 |
1.0.1 | 3,789,580 | 12/21/2016 |
1.0.0 | 321,217 | 7/13/2015 |
1.0.0-rc3 | 15,181 | 6/17/2015 |
1.0.0-rc2 | 362,529 | 4/24/2015 |
1.0.0-rc1 | 24,941 | 2/14/2015 |
1.0.0-beta2 | 20,054 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 15,950 | 11/11/2014 |
0.7.4091001-beta | 12,767 | 9/29/2014 |
0.7.4080704-beta | 9,502 | 8/20/2014 |
0.7.4052301-beta | 12,854 | 6/3/2014 |
0.6.4033103-beta | 16,174 | 4/1/2014 |