Microsoft.CodeAnalysis.EditorFeatures.Text 4.14.0

Prefix Reserved
dotnet add package Microsoft.CodeAnalysis.EditorFeatures.Text --version 4.14.0
                    
NuGet\Install-Package Microsoft.CodeAnalysis.EditorFeatures.Text -Version 4.14.0
                    
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.EditorFeatures.Text" Version="4.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="4.14.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.EditorFeatures.Text" />
                    
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.EditorFeatures.Text --version 4.14.0
                    
#r "nuget: Microsoft.CodeAnalysis.EditorFeatures.Text, 4.14.0"
                    
#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.EditorFeatures.Text@4.14.0
                    
#: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.EditorFeatures.Text&version=4.14.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.EditorFeatures.Text&version=4.14.0
                    
Install as a Cake Tool

.NET Compiler Platform ("Roslyn") support for working with Visual Studio text buffers.
   
     More details at https://aka.ms/roslyn-packages
     This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

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 is compatible.  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 (9)

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

Package Downloads
Microsoft.VisualStudio.LanguageServices

.NET Compiler Platform ("Roslyn") support for Visual Studio. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

ZettaVision.CloudCore.CodeGeneration

ZettaVision.CloudCore.CodeGeneration

ZettaVision.CloudCore.PostmanGeneration.Infrastructure.WebApiController

ZettaVision.CloudCore.PostmanGeneration.Infrastructure.WebApiController

Microsoft.CodeAnalysis.EditorFeatures.Common

.NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

Microsoft.CodeAnalysis.CSharp.EditorFeatures

.NET Compiler Platform ("Roslyn") support for C# editor features inside the Visual Studio editor. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.

GitHub repositories (12)

Showing the top 12 popular GitHub repositories that depend on Microsoft.CodeAnalysis.EditorFeatures.Text:

Repository Stars
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
aspnet/Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
EgorBo/Disasmo
VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
mrlacey/Rapid-XAML-Toolkit
A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
FortuneN/FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
dotnet/roslyn-sdk
Roslyn-SDK templates and Syntax Visualizer
p-org/PSharp
A framework for rapid development of reliable asynchronous software.
wmjordan/Codist
A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings smart tool bar with code refactoring to code editor.
szehetner/InliningAnalyzer
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.
realvizu/QuickDiagram
Code visualization tool for C# to quickly explore, navigate and document source code structure and relationships. Integrates into Visual Studio.
SLaks/VSEmbed
Embed the Visual Studio editor & theme architecture in your own programs
Version Downloads Last Updated
4.14.0 1,210 5/15/2025
4.13.0 1,343 2/24/2025
4.12.0 2,573 12/4/2024
4.12.0-3.final 365 10/29/2024
4.12.0-2.final 303 9/17/2024
4.12.0-1.final 470 8/14/2024
4.11.0 3,170 8/15/2024
4.11.0-3.final 107 7/31/2024
4.11.0-2.final 311 6/19/2024
4.10.0 1,736 6/10/2024
4.10.0-3.final 301 4/29/2024
4.10.0-2.final 305 3/19/2024
4.10.0-1.final 115 3/18/2024
4.9.2 2,809 3/2/2024
4.9.0-3.final 411 1/22/2024
4.9.0-2.final 346 12/16/2023
4.9.0-1.final 141 12/13/2023
4.8.0 4,066 11/22/2023
4.8.0-3.final 338 11/3/2023
4.8.0-2.final 354 9/20/2023
4.8.0-1.final 149 9/9/2023
4.7.0 33,097 8/18/2023
4.7.0-2.final 300 6/20/2023
4.7.0-1.final 822 5/20/2023
4.6.0 4,343 5/16/2023
4.6.0-1.final 1,999 3/3/2023
4.5.0 7,036 3/3/2023
4.5.0-2.final 321 1/6/2023
4.4.0 10,886 11/14/2022
4.4.0-4.final 259 10/22/2022
4.4.0-2.final 600 9/19/2022
4.4.0-1.final 348 8/16/2022
4.3.1 2,260 9/30/2022
4.3.0-3.final 417 7/26/2022
4.3.0-2.final 327 6/22/2022
4.3.0-1.final 302 5/10/2022
4.2.0 3,476 5/13/2022
4.2.0-4.final 250 4/27/2022
4.2.0-2.final 317 3/25/2022
4.2.0-1.final 281 2/18/2022
4.1.0 69,345 2/16/2022
4.1.0-3.final 376 1/27/2022
4.1.0-1.final 781 11/19/2021
4.0.1 30,720 11/9/2021
4.0.0-6.final 800 10/20/2021
4.0.0-5.final 259 10/11/2021
4.0.0-4.final 502 9/15/2021
4.0.0-3.final 713 8/12/2021
4.0.0-2.final 289 7/20/2021
4.0.0-1.final 368 7/7/2021
3.11.0 10,682 8/11/2021
3.11.0-3.final 279 7/15/2021
3.11.0-1.final 305 6/14/2021
3.10.0 8,897 6/11/2021
3.10.0-3.final 321 5/13/2021
3.10.0-2.final 300 4/20/2021
3.10.0-1.final 333 3/3/2021
3.9.0 5,292 3/2/2021
3.9.0-5.final 320 2/24/2021
3.9.0-4.final 292 2/10/2021
3.9.0-3.final 300 1/20/2021
3.9.0-2.final 390 12/10/2020
3.9.0-1.final 346 12/4/2020
3.8.0 3,766 11/13/2020
3.8.0-5.final 374 10/23/2020
3.8.0-2.final 512 9/1/2020
3.7.0 3,467 8/5/2020
3.7.0-4.final 411 7/14/2020
3.7.0-3.final 417 7/2/2020
3.7.0-2.final 416 6/15/2020
3.7.0-1.final 428 5/19/2020
3.6.0 2,544 5/19/2020
3.6.0-4.final 397 5/5/2020
3.6.0-3.final 423 4/16/2020
3.6.0-2.final 466 3/26/2020
3.6.0-1.final 2,087 3/17/2020
3.5.0 4,030 3/16/2020
3.5.0-beta3-final 1,723 2/19/2020
3.5.0-beta2-final 1,720 1/23/2020
3.5.0-beta1-final 1,699 12/3/2019
3.4.0 7,424 12/3/2019
3.4.0-beta4-final 1,805 11/15/2019
3.4.0-beta3-final 1,780 11/4/2019
3.4.0-beta2-final 6,541 10/15/2019
3.4.0-beta1-final 1,738 9/23/2019
3.3.1 4,178 9/23/2019
3.3.1-beta3-final 1,722 9/5/2019
3.3.0-beta2-final 1,711 8/15/2019
3.3.0-beta1-final 1,741 7/26/2019
3.2.1 8,961 8/9/2019
3.2.0 2,637 8/1/2019
3.2.0-beta4-final 1,801 7/16/2019
3.2.0-beta3-final 1,723 6/25/2019
3.2.0-beta1-final 1,790 5/21/2019
3.1.0 2,261 5/21/2019
3.1.0-beta3-final 1,786 5/7/2019
3.1.0-beta2-final 1,862 4/24/2019
3.1.0-beta1-final 1,736 4/11/2019
3.0.0 3,048 4/11/2019
2.10.0 5,613 5/21/2019
2.9.0 5,055 8/16/2018
2.8.2 3,760 5/22/2018
2.8.0 28,405 5/1/2018
2.8.0-beta4 2,359 4/20/2018
2.8.0-beta3 4,374 4/12/2018
2.7.0 3,333 3/8/2018
2.6.1 10,894 12/14/2017
2.6.0 2,816 12/8/2017
2.6.0-beta3 2,283 11/22/2017
2.4.0 2,904 10/16/2017
2.3.2 9,562 8/31/2017
2.3.1 9,610 7/20/2017
2.3.0 6,858 7/17/2017
2.3.0-beta3 2,310 7/6/2017
2.3.0-beta2 2,306 6/15/2017
2.3.0-beta1 5,261 5/30/2017
2.2.0 3,350 5/30/2017
2.1.0 2,914 4/21/2017
2.0.0 13,949 3/9/2017
2.0.0-rc4 3,053 2/8/2017
2.0.0-rc3 2,356 1/30/2017
2.0.0-rc2 3,768 12/14/2016
2.0.0-rc 2,347 11/18/2016
2.0.0-beta5 2,318 10/18/2016
2.0.0-beta4 2,293 10/12/2016
2.0.0-beta3 3,962 7/13/2016
2.0.0-beta1 2,716 3/31/2016
1.3.2 16,112 7/1/2016
1.3.1 2,798 7/1/2016
1.3.0 5,001 6/27/2016
1.2.2 3,352 5/17/2016
1.2.1 3,077 3/31/2016
1.2.0 2,946 3/31/2016
1.2.0-rc 2,330 3/5/2016
1.2.0-beta1-20160202-02 2,682 2/2/2016
1.1.1 3,287 12/3/2015
1.1.0 3,043 11/30/2015
1.1.0-rc1-20151109-01 2,426 11/14/2015
1.1.0-rc1 2,854 10/19/2015
1.1.0-beta1-20150928-02 2,401 10/15/2015
1.1.0-beta1-20150812-01 2,418 8/26/2015
1.1.0-beta1 2,769 10/9/2015
1.0.1 124,167 12/21/2016
1.0.0 50,141 7/13/2015
1.0.0-rc3 2,769 6/17/2015
1.0.0-rc2 3,349 4/24/2015
1.0.0-rc1 4,767 2/14/2015
1.0.0-beta2 2,479 1/16/2015
1.0.0-beta1-20141031-01 3,023 11/12/2014
0.7.4091001-beta 2,500 9/29/2014
0.7.4080704-beta 2,436 8/20/2014
0.7.4052301-beta 4,506 6/3/2014