Microsoft.CodeAnalysis.CSharp.Workspaces 2.0.0-beta3

Prefix Reserved
This is a prerelease version of Microsoft.CodeAnalysis.CSharp.Workspaces.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.CSharp.Workspaces --version 2.0.0-beta3
                    
NuGet\Install-Package Microsoft.CodeAnalysis.CSharp.Workspaces -Version 2.0.0-beta3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.0.0-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.0.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.CodeAnalysis.CSharp.Workspaces --version 2.0.0-beta3
                    
#r "nuget: Microsoft.CodeAnalysis.CSharp.Workspaces, 2.0.0-beta3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=2.0.0-beta3&prerelease
                    
Install Microsoft.CodeAnalysis.CSharp.Workspaces as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=2.0.0-beta3&prerelease
                    
Install Microsoft.CodeAnalysis.CSharp.Workspaces as a Cake Tool

.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
     
Supported Platforms:
- .NET Framework 4.5

Product 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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (607)

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 (331)

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!!
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.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
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/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
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.13.0 385,737 2 months ago
4.12.0 1,509,008 4 months ago
4.12.0-3.final 31,572 6 months ago
4.12.0-2.final 25,084 7 months ago
4.12.0-1.final 24,224 8 months ago
4.11.0 4,312,645 8 months ago
4.11.0-3.final 80,957 8 months ago
4.11.0-2.final 15,827 10 months ago
4.10.0 2,180,546 6/10/2024
4.10.0-3.final 134,442 4/29/2024
4.10.0-2.final 19,328 3/19/2024
4.10.0-1.final 351 3/18/2024
4.9.2 3,087,011 3/2/2024
4.9.0-3.final 163,490 1/22/2024
4.9.0-2.final 41,728 12/16/2023
4.9.0-1.final 2,588 12/13/2023
4.8.0 30,410,042 11/22/2023
4.8.0-3.final 4,198,879 11/3/2023
4.8.0-2.final 34,974 9/20/2023
4.8.0-1.final 9,845 9/9/2023
4.7.0 3,157,417 8/18/2023
4.7.0-2.final 30,064 6/20/2023
4.7.0-1.final 29,228 5/20/2023
4.6.0 1,650,137 5/16/2023
4.6.0-1.final 196,001 3/3/2023
4.5.0 90,167,152 2/24/2023
4.5.0-2.final 43,359 1/6/2023
4.4.0 11,503,108 11/14/2022
4.4.0-4.final 95,238 10/22/2022
4.4.0-2.final 79,557 9/19/2022
4.4.0-1.final 5,964 8/16/2022
4.3.1 2,289,076 9/30/2022
4.3.0-3.final 4,234 7/26/2022
4.3.0-2.final 7,384 6/22/2022
4.3.0-1.final 21,538 5/10/2022
4.2.0 4,676,232 5/13/2022
4.2.0-4.final 9,868 4/27/2022
4.2.0-2.final 29,586 3/25/2022
4.2.0-1.final 11,963 2/18/2022
4.1.0 4,077,317 2/16/2022
4.1.0-3.final 12,127 1/27/2022
4.1.0-1.final 53,134 11/19/2021
4.0.1 10,302,034 11/9/2021
4.0.0-6.final 23,268 10/20/2021
4.0.0-5.final 2,720 10/11/2021
4.0.0-4.final 32,667 9/15/2021
4.0.0-3.final 53,898 8/12/2021
4.0.0-2.final 8,455 7/20/2021
4.0.0-1.final 18,543 7/7/2021
3.11.0 3,810,585 8/11/2021
3.11.0-3.final 574 7/15/2021
3.11.0-1.final 14,592 6/14/2021
3.10.0 1,135,071 6/11/2021
3.10.0-3.final 15,034 5/13/2021
3.10.0-2.final 20,691 4/20/2021
3.10.0-1.final 56,072 3/3/2021
3.9.0 2,364,712 3/2/2021
3.9.0-5.final 1,616 2/24/2021
3.9.0-4.final 1,933 2/10/2021
3.9.0-3.final 5,418 1/20/2021
3.9.0-2.final 18,952 12/10/2020
3.9.0-1.final 69,938 12/4/2020
3.8.0 20,917,931 11/13/2020
3.8.0-5.final 17,263 10/23/2020
3.8.0-4.final 5,888 10/13/2020
3.8.0-3.final 26,861 9/16/2020
3.8.0-2.final 2,659 9/1/2020
3.7.0 5,024,646 8/5/2020
3.7.0-4.final 6,548 7/14/2020
3.7.0-3.final 10,776 7/2/2020
3.7.0-2.final 5,584 6/15/2020
3.7.0-1.final 43,854 5/19/2020
3.6.0 1,794,450 5/19/2020
3.6.0-4.final 7,250 5/5/2020
3.6.0-3.final 9,356 4/16/2020
3.6.0-2.final 50,443 3/26/2020
3.6.0-1.final 23,381 3/17/2020
3.5.0 1,079,374 3/16/2020
3.5.0-beta3-final 19,369 2/19/2020
3.5.0-beta2-final 20,006 1/23/2020
3.5.0-beta1-final 22,411 12/3/2019
3.4.0 2,286,892 12/3/2019
3.4.0-beta4-final 14,555 11/15/2019
3.4.0-beta3-final 27,147 11/4/2019
3.4.0-beta2-final 538,906 10/15/2019
3.4.0-beta1-final 9,279 9/23/2019
3.3.1 70,478,373 9/23/2019
3.3.1-beta3-final 13,366 9/5/2019
3.3.0-beta2-final 6,442 8/15/2019
3.3.0-beta1-final 7,620 7/26/2019
3.2.1 399,048 8/9/2019
3.2.0 110,037 8/1/2019
3.2.0-beta4-final 5,599 7/16/2019
3.2.0-beta3-final 7,997 6/25/2019
3.2.0-beta1-final 167,710 5/21/2019
3.1.0 473,344 5/21/2019
3.1.0-beta3-final 8,719 5/7/2019
3.1.0-beta2-final 5,359 4/24/2019
3.1.0-beta1-final 4,687 4/10/2019
3.0.0 901,169 4/2/2019
3.0.0-beta4-final 7,736 2/27/2019
3.0.0-beta3-final 21,864 2/14/2019
3.0.0-beta2-final 10,024 1/24/2019
2.11.0-beta1-final 10,404 12/11/2018
2.10.0 2,393,711 11/15/2018
2.9.0 1,401,911 8/16/2018
2.8.2 8,870,432 5/22/2018
2.8.0 31,844,873 5/1/2018
2.8.0-beta4 6,292 4/20/2018
2.8.0-beta3 32,133 4/12/2018
2.7.0 303,195 3/8/2018
2.6.1 939,743 12/14/2017
2.6.0 124,720 12/8/2017
2.6.0-beta3 8,187 11/22/2017
2.4.0 318,780 10/16/2017
2.3.2 173,290 8/31/2017
2.3.1 5,726,104 7/20/2017
2.3.0 55,836 7/11/2017
2.3.0-beta3 5,599 7/6/2017
2.3.0-beta2 6,139 6/15/2017
2.3.0-beta1 20,613 5/30/2017
2.2.0 68,239 5/30/2017
2.1.0 146,024 4/21/2017
2.0.0 223,945 3/9/2017
2.0.0-rc4 30,172 2/8/2017
2.0.0-rc3 6,295 1/30/2017
2.0.0-rc2 15,590 12/14/2016
2.0.0-rc 18,001 11/18/2016
2.0.0-beta5 9,343 10/18/2016
2.0.0-beta4 5,973 10/12/2016
2.0.0-beta3 13,340 7/13/2016
2.0.0-beta1 12,252 3/31/2016
1.3.2 632,190 7/1/2016
1.3.1 124,339 7/1/2016
1.3.0 1,353,803 6/27/2016
1.3.0-beta1-20160429-01 42,859 5/16/2016
1.2.2 67,520 5/17/2016
1.2.1 145,655 3/31/2016
1.2.0 361,516 3/31/2016
1.2.0-rc 7,350 3/5/2016
1.2.0-beta1-20160202-02 9,070 2/2/2016
1.2.0-beta1-20160108-01 10,004 1/12/2016
1.1.1 123,062 12/3/2015
1.1.0 59,046 11/30/2015
1.1.0-rc1-20151109-01 8,140 11/14/2015
1.1.0-rc1 6,836 10/19/2015
1.1.0-beta1-20150928-02 6,153 10/15/2015
1.1.0-beta1-20150812-01 6,543 8/26/2015
1.1.0-beta1 7,599 10/9/2015
1.0.1 3,311,404 12/21/2016
1.0.0 300,712 7/13/2015
1.0.0-rc3 13,116 6/17/2015
1.0.0-rc2 359,307 4/24/2015
1.0.0-rc1 24,516 2/14/2015
1.0.0-beta2 19,857 1/16/2015
1.0.0-beta1-20141031-01 15,739 11/11/2014
0.7.4091001-beta 12,499 9/29/2014
0.7.4080704-beta 9,305 8/20/2014
0.7.4052301-beta 12,650 6/3/2014
0.6.4033103-beta 15,484 4/1/2014