Microsoft.CodeAnalysis.CSharp.Workspaces 3.1.0-beta3-final

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 3.1.0-beta3-final
                    
NuGet\Install-Package Microsoft.CodeAnalysis.CSharp.Workspaces -Version 3.1.0-beta3-final
                    
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="3.1.0-beta3-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.1.0-beta3-final" />
                    
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 3.1.0-beta3-final
                    
#r "nuget: Microsoft.CodeAnalysis.CSharp.Workspaces, 3.1.0-beta3-final"
                    
#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.
#:package Microsoft.CodeAnalysis.CSharp.Workspaces@3.1.0-beta3-final
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=3.1.0-beta3-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.CSharp.Workspaces&version=3.1.0-beta3-final&prerelease
                    
Install as a Cake Tool

.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/ce8ac3f71fa4c73b78cf8218d58b322bdbdfa1c9.

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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (670)

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

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
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
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!!
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.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
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.
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
PixiEditor/PixiEditor
PixiEditor is a Universal Editor for all your 2D needs
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.
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.
Version Downloads Last Updated
5.0.0-2.final 8,452 10/9/2025
4.14.0 3,171,776 5/15/2025
4.13.0 2,225,901 2/24/2025
4.12.0 4,067,641 12/4/2024
4.12.0-3.final 36,324 10/29/2024
4.12.0-2.final 27,334 9/17/2024
4.12.0-1.final 27,341 8/14/2024
4.11.0 7,358,568 8/15/2024
4.11.0-3.final 191,666 7/31/2024
4.11.0-2.final 16,630 6/19/2024
4.10.0 4,213,959 6/10/2024
4.10.0-3.final 144,863 4/29/2024
4.10.0-2.final 24,091 3/19/2024
4.10.0-1.final 687 3/18/2024
4.9.2 5,537,934 3/2/2024
4.9.0-3.final 842,801 1/22/2024
4.9.0-2.final 57,708 12/16/2023
4.9.0-1.final 5,404 12/13/2023
4.8.0 75,638,417 11/22/2023
4.8.0-3.final 5,201,420 11/3/2023
4.8.0-2.final 38,641 9/20/2023
4.8.0-1.final 12,494 9/9/2023
4.7.0 3,740,583 8/18/2023
4.7.0-2.final 32,175 6/20/2023
4.7.0-1.final 35,985 5/20/2023
4.6.0 2,310,647 5/16/2023
4.6.0-1.final 222,289 3/3/2023
4.5.0 139,645,796 2/24/2023
4.5.0-2.final 57,215 1/6/2023
4.4.0 12,812,136 11/14/2022
4.4.0-4.final 100,074 10/22/2022
4.4.0-2.final 90,462 9/19/2022
4.4.0-1.final 6,244 8/16/2022
4.3.1 2,781,784 9/30/2022
4.3.0-3.final 4,686 7/26/2022
4.3.0-2.final 8,067 6/22/2022
4.3.0-1.final 24,556 5/10/2022
4.2.0 5,076,572 5/13/2022
4.2.0-4.final 10,531 4/27/2022
4.2.0-2.final 30,180 3/25/2022
4.2.0-1.final 12,224 2/18/2022
4.1.0 4,420,789 2/16/2022
4.1.0-3.final 12,313 1/27/2022
4.1.0-1.final 53,929 11/19/2021
4.0.1 11,176,345 11/9/2021
4.0.0-6.final 23,732 10/20/2021
4.0.0-5.final 2,924 10/11/2021
4.0.0-4.final 37,693 9/15/2021
4.0.0-3.final 57,721 8/12/2021
4.0.0-2.final 9,263 7/20/2021
4.0.0-1.final 21,611 7/7/2021
3.11.0 4,162,229 8/11/2021
3.11.0-3.final 766 7/15/2021
3.11.0-1.final 16,354 6/14/2021
3.10.0 1,266,055 6/11/2021
3.10.0-3.final 15,442 5/13/2021
3.10.0-2.final 21,815 4/20/2021
3.10.0-1.final 62,153 3/3/2021
3.9.0 2,571,800 3/2/2021
3.9.0-5.final 1,804 2/24/2021
3.9.0-4.final 2,307 2/10/2021
3.9.0-3.final 5,610 1/20/2021
3.9.0-2.final 20,216 12/10/2020
3.9.0-1.final 70,131 12/4/2020
3.8.0 22,280,644 11/13/2020
3.8.0-5.final 17,689 10/23/2020
3.8.0-4.final 6,210 10/13/2020
3.8.0-3.final 27,320 9/16/2020
3.8.0-2.final 2,910 9/1/2020
3.7.0 5,294,298 8/5/2020
3.7.0-4.final 7,299 7/14/2020
3.7.0-3.final 11,343 7/2/2020
3.7.0-2.final 5,819 6/15/2020
3.7.0-1.final 44,197 5/19/2020
3.6.0 1,885,407 5/19/2020
3.6.0-4.final 7,639 5/5/2020
3.6.0-3.final 10,733 4/16/2020
3.6.0-2.final 50,690 3/26/2020
3.6.0-1.final 23,814 3/17/2020
3.5.0 1,264,771 3/16/2020
3.5.0-beta3-final 20,935 2/19/2020
3.5.0-beta2-final 22,457 1/23/2020
3.5.0-beta1-final 22,885 12/3/2019
3.4.0 2,406,917 12/3/2019
3.4.0-beta4-final 14,806 11/15/2019
3.4.0-beta3-final 27,678 11/4/2019
3.4.0-beta2-final 559,539 10/15/2019
3.4.0-beta1-final 9,644 9/23/2019
3.3.1 73,946,908 9/23/2019
3.3.1-beta3-final 13,668 9/5/2019
3.3.0-beta2-final 6,752 8/15/2019
3.3.0-beta1-final 7,893 7/26/2019
3.2.1 410,911 8/9/2019
3.2.0 115,021 8/1/2019
3.2.0-beta4-final 5,979 7/16/2019
3.2.0-beta3-final 8,505 6/25/2019
3.2.0-beta1-final 170,240 5/21/2019
3.1.0 485,438 5/21/2019
3.1.0-beta3-final 8,965 5/7/2019
3.1.0-beta2-final 5,618 4/24/2019
3.1.0-beta1-final 4,957 4/10/2019
3.0.0 1,670,623 4/2/2019
3.0.0-beta4-final 8,112 2/27/2019
3.0.0-beta3-final 23,918 2/14/2019
3.0.0-beta2-final 10,588 1/24/2019
2.11.0-beta1-final 11,884 12/11/2018
2.10.0 2,568,628 11/15/2018
2.9.0 1,525,304 8/16/2018
2.8.2 8,958,322 5/22/2018
2.8.0 33,193,018 5/1/2018
2.8.0-beta4 6,796 4/20/2018
2.8.0-beta3 33,359 4/12/2018
2.7.0 311,900 3/8/2018
2.6.1 1,010,787 12/14/2017
2.6.0 147,339 12/8/2017
2.6.0-beta3 8,609 11/22/2017
2.4.0 344,778 10/16/2017
2.3.2 184,440 8/31/2017
2.3.1 5,963,922 7/20/2017
2.3.0 63,207 7/11/2017
2.3.0-beta3 5,959 7/6/2017
2.3.0-beta2 6,520 6/15/2017
2.3.0-beta1 21,208 5/30/2017
2.2.0 73,461 5/30/2017
2.1.0 154,699 4/21/2017
2.0.0 236,314 3/9/2017
2.0.0-rc4 33,089 2/8/2017
2.0.0-rc3 6,689 1/30/2017
2.0.0-rc2 15,984 12/14/2016
2.0.0-rc 18,382 11/18/2016
2.0.0-beta5 9,754 10/18/2016
2.0.0-beta4 6,354 10/12/2016
2.0.0-beta3 13,774 7/13/2016
2.0.0-beta1 12,665 3/31/2016
1.3.2 653,521 7/1/2016
1.3.1 137,586 7/1/2016
1.3.0 1,397,523 6/27/2016
1.3.0-beta1-20160429-01 43,348 5/16/2016
1.2.2 73,909 5/17/2016
1.2.1 156,145 3/31/2016
1.2.0 368,062 3/31/2016
1.2.0-rc 7,738 3/5/2016
1.2.0-beta1-20160202-02 9,628 2/2/2016
1.2.0-beta1-20160108-01 10,325 1/12/2016
1.1.1 131,212 12/3/2015
1.1.0 64,904 11/30/2015
1.1.0-rc1-20151109-01 8,519 11/14/2015
1.1.0-rc1 7,414 10/19/2015
1.1.0-beta1-20150928-02 6,536 10/15/2015
1.1.0-beta1-20150812-01 6,908 8/26/2015
1.1.0-beta1 8,244 10/9/2015
1.0.1 4,365,854 12/21/2016
1.0.0 347,311 7/13/2015
1.0.0-rc3 17,292 6/17/2015
1.0.0-rc2 379,798 4/24/2015
1.0.0-rc1 25,394 2/14/2015
1.0.0-beta2 20,290 1/16/2015
1.0.0-beta1-20141031-01 16,283 11/11/2014
0.7.4091001-beta 13,016 9/29/2014
0.7.4080704-beta 9,686 8/20/2014
0.7.4052301-beta 13,097 6/3/2014
0.6.4033103-beta 16,889 4/1/2014