Microsoft.CodeAnalysis.Features 3.3.0-beta1-final

Prefix Reserved
This is a prerelease version of Microsoft.CodeAnalysis.Features.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.Features --version 3.3.0-beta1-final
                    
NuGet\Install-Package Microsoft.CodeAnalysis.Features -Version 3.3.0-beta1-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.Features" Version="3.3.0-beta1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.Features" Version="3.3.0-beta1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.Features" />
                    
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.Features --version 3.3.0-beta1-final
                    
#r "nuget: Microsoft.CodeAnalysis.Features, 3.3.0-beta1-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.Features@3.3.0-beta1-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.Features&version=3.3.0-beta1-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.Features&version=3.3.0-beta1-final&prerelease
                    
Install as a Cake Tool

.NET Compiler Platform ("Roslyn") support for creating editing experiences.
   
     More details at https://aka.ms/roslyn-packages
     This package was built from the source at https://github.com/dotnet/roslyn/commit/7d47461d2ddd32defbc51c2cf0e75a3fef16c3d7.

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

Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.Features:

Package Downloads
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.

Microsoft.VisualStudio.Web.CodeGeneration.Core

Contains the core infrastructure used by ASP.NET Core Code Generators.

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.Features:

Repository Stars
dnSpy/dnSpy
.NET debugger and assembly editor
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/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
VitalElement/AvalonStudio
Cross platform IDE and Shell
cezarypiatek/MappingGenerator
:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
NuGet/NuGet.Client
Client Tools for NuGet - including Visual Studio extensions, command line tools, and msbuild support. (Open issues on https://github.com/nuget/home/issues)
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnet/Scaffolding
Code generators to speed up development.
MattParkerDev/SharpIDE
A modern, cross platform IDE for .NET, built with .NET & Godot
LANCommander/LANCommander
godotengine/godot-csharp-visualstudio
Godot C# extension for Visual Studio
NeoAxis/NeoAxisEngine
A versatile game engine designed for creating video games and real-time apps.
ashmind/mirrorsharp
MirrorSharp is a code editor <textarea> built on Roslyn and CodeMirror
dnSpyRevived/dnSpy
.NET debugger and assembly editor
davidfowl/uController
A source generator for minimal APIs
cezarypiatek/CSharpExtensions
A set of annotations and analyzers that add additional constraints to your codebase
Version Downloads Last Updated
5.0.0 961 11/18/2025
5.0.0-2.final 786 10/27/2025
4.14.0 291,197 5/15/2025
4.13.0 221,018 2/24/2025
4.12.0 1,770,582 12/4/2024
4.12.0-3.final 8,401 10/29/2024
4.12.0-2.final 3,591 9/17/2024
4.12.0-1.final 6,284 8/14/2024
4.11.0 396,758 8/15/2024
4.11.0-3.final 410 7/31/2024
4.11.0-2.final 1,542 6/19/2024
4.10.0 166,509 6/10/2024
4.10.0-3.final 3,507 4/29/2024
4.10.0-2.final 4,558 3/19/2024
4.10.0-1.final 751 3/18/2024
4.9.2 360,133 3/2/2024
4.9.0-3.final 3,961 1/22/2024
4.9.0-2.final 2,472 12/16/2023
4.9.0-1.final 1,963 12/13/2023
4.8.0 27,466,979 11/22/2023
4.8.0-3.final 5,257,949 11/3/2023
4.8.0-2.final 19,166 9/20/2023
4.8.0-1.final 5,730 9/9/2023
4.7.0 398,698 8/18/2023
4.7.0-2.final 19,109 6/20/2023
4.7.0-1.final 2,579 5/20/2023
4.6.0 149,113 5/16/2023
4.6.0-1.final 157,837 3/3/2023
4.5.0 253,943 3/3/2023
4.5.0-2.final 2,396 1/6/2023
4.4.0 9,313,234 11/14/2022
4.4.0-4.final 59,002 10/22/2022
4.4.0-2.final 12,418 9/19/2022
4.4.0-1.final 1,551 8/16/2022
4.3.1 141,945 9/30/2022
4.3.0-3.final 1,430 7/26/2022
4.3.0-2.final 1,420 6/22/2022
4.3.0-1.final 1,521 5/10/2022
4.2.0 196,317 5/13/2022
4.2.0-4.final 945 4/27/2022
4.2.0-2.final 1,270 3/25/2022
4.2.0-1.final 1,182 2/18/2022
4.1.0 334,311 2/16/2022
4.1.0-3.final 1,072 1/27/2022
4.1.0-1.final 1,214 11/19/2021
4.0.1 1,010,620 11/9/2021
4.0.0-6.final 2,464 10/20/2021
4.0.0-5.final 1,240 10/11/2021
4.0.0-4.final 29,688 9/15/2021
4.0.0-3.final 38,944 8/12/2021
4.0.0-2.final 736 7/20/2021
4.0.0-1.final 2,735 7/7/2021
3.11.0 75,433 8/11/2021
3.11.0-3.final 557 7/15/2021
3.11.0-1.final 1,317 6/14/2021
3.10.0 26,696 6/11/2021
3.10.0-3.final 1,823 5/13/2021
3.10.0-2.final 606 4/20/2021
3.10.0-1.final 8,336 3/3/2021
3.9.0 391,925 3/2/2021
3.9.0-5.final 984 2/24/2021
3.9.0-4.final 802 2/10/2021
3.9.0-3.final 795 1/20/2021
3.9.0-2.final 3,233 12/10/2020
3.9.0-1.final 619 12/4/2020
3.8.0 190,356 11/13/2020
3.8.0-5.final 1,336 10/23/2020
3.8.0-4.final 3,000 10/13/2020
3.8.0-3.final 1,871 9/16/2020
3.8.0-2.final 1,418 9/1/2020
3.7.0 65,391 8/5/2020
3.7.0-4.final 1,212 7/14/2020
3.7.0-3.final 735 7/2/2020
3.7.0-2.final 981 6/15/2020
3.7.0-1.final 12,095 5/19/2020
3.6.0 173,560 5/19/2020
3.6.0-4.final 1,152 5/5/2020
3.6.0-3.final 784 4/16/2020
3.6.0-2.final 1,228 3/26/2020
3.6.0-1.final 2,411 3/17/2020
3.5.0 38,085 3/16/2020
3.5.0-beta3-final 3,057 2/19/2020
3.5.0-beta2-final 1,665 1/23/2020
3.5.0-beta1-final 7,828 12/3/2019
3.4.0 245,382 12/3/2019
3.4.0-beta4-final 1,332 11/15/2019
3.4.0-beta3-final 2,111 11/4/2019
3.4.0-beta2-final 6,074 10/15/2019
3.4.0-beta1-final 2,015 9/23/2019
3.3.1 118,670 9/23/2019
3.3.1-beta3-final 1,230 9/5/2019
3.3.0-beta2-final 2,480 8/15/2019
3.3.0-beta1-final 1,114 7/26/2019
3.2.1 83,616 8/9/2019
3.2.0 30,249 8/1/2019
3.2.0-beta4-final 1,694 7/16/2019
3.2.0-beta3-final 1,165 6/25/2019
3.2.0-beta1-final 1,304 5/21/2019
3.1.0 127,085 5/21/2019
3.1.0-beta3-final 5,153 5/7/2019
3.1.0-beta2-final 1,293 4/24/2019
3.1.0-beta1-final 1,286 4/10/2019
3.0.0 17,941 4/2/2019
3.0.0-beta4-final 2,769 2/27/2019
3.0.0-beta3-final 1,658 2/14/2019
3.0.0-beta2-final 3,150 1/24/2019
2.11.0-beta1-final 4,744 12/11/2018
2.10.0 262,732 11/15/2018
2.9.0 134,742 8/16/2018
2.8.2 60,698 5/22/2018
2.8.0 27,965 5/1/2018
2.8.0-beta4 2,136 4/20/2018
2.8.0-beta3 3,874 4/12/2018
2.7.0 17,101 3/8/2018
2.6.1 130,689 12/14/2017
2.6.0 6,023 12/8/2017
2.6.0-beta3 1,844 11/22/2017
2.4.0 31,328 10/16/2017
2.3.2 34,547 8/31/2017
2.3.1 16,989 7/20/2017
2.3.0 10,322 7/17/2017
2.3.0-beta3 1,835 7/6/2017
2.3.0-beta2 2,272 6/15/2017
2.3.0-beta1 5,376 5/30/2017
2.2.0 13,425 5/30/2017
2.1.0 16,324 4/21/2017
2.0.0 28,508 3/9/2017
2.0.0-rc4 24,931 2/8/2017
2.0.0-rc3 1,969 1/30/2017
2.0.0-rc2 4,779 12/14/2016
2.0.0-rc 13,828 11/18/2016
2.0.0-beta5 4,184 10/18/2016
2.0.0-beta4 2,196 10/12/2016
2.0.0-beta3 4,969 7/13/2016
2.0.0-beta1 2,372 3/31/2016
1.3.2 32,900 7/1/2016
1.3.1 4,419 7/1/2016
1.3.0 8,012 6/27/2016
1.2.2 6,161 5/17/2016
1.2.1 5,183 3/31/2016
1.2.0 5,053 3/31/2016
1.2.0-rc 1,859 3/5/2016
1.2.0-beta1-20160202-02 2,323 2/2/2016
1.1.1 8,070 12/3/2015
1.1.0 4,494 11/30/2015
1.1.0-rc1-20151109-01 1,865 11/14/2015
1.1.0-rc1 2,346 10/19/2015
1.1.0-beta1-20150928-02 1,857 10/15/2015
1.1.0-beta1-20150812-01 1,817 8/26/2015
1.1.0-beta1 2,349 10/9/2015
1.0.1 9,213 12/21/2016
1.0.0 20,225 7/13/2015
1.0.0-rc3 6,005 6/17/2015