Alternet.Studio.Syntax 10.0.1

Prefix Reserved

Requires NuGet 2.8 or higher.

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

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor.

This package includes base classes for performing syntax analysis of the text.

This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8

More information about Code Editor can be found here:
https://www.alternetsoft.com/products/editor

Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download

NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license

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

Showing the top 5 NuGet packages that depend on Alternet.Studio.Syntax:

Package Downloads
Alternet.Studio.Editor.Wpf

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes TextEditor WPF control, which supports most of the features of the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Syntax.Parsers.Lsp

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes an LSP parser based on the LangServer.org protocol, which provides base functionality for communicating with Language Server providers. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Editor.WindowsForms

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes SyntaxEdit WinForms control, which supports most of the features of the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Syntax.Parsers.Advanced

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes advanced code parsers that implement syntax analysis using hard-coded algorithms for a vast subset of modern programming languages, including C#, Visual Basic, Java, Ansi-C, VBScript, JavaScript, HTML, and XML. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Syntax.Parsers.Roslyn

AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes C# and Visual Basic parsers based on the Microsoft Compiler Platform ("Roslyn") platform, which provides open-source C# and Visual Basic compilers with rich code analysis APIs. These parsers provide advanced code-editing features, such as code completion, finding references and declarations, code outlining, and highlighting syntax errors and warnings. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 963 7/14/2025
10.0.0 1,447 6/16/2025
9.5.16 1,134 5/7/2025
9.5.15 744 3/28/2025
9.5.14 939 3/25/2025
9.5.13 1,028 2/26/2025
9.5.12 1,476 1/10/2025
9.5.11 1,112 12/12/2024
9.5.10 885 11/15/2024
9.5.9 1,148 9/27/2024
9.5.8 2,360 8/30/2024
9.5.7 1,056 7/18/2024
9.5.6 1,011 6/18/2024
9.5.5 2,368 5/22/2024
9.5.4 2,219 4/24/2024
9.5.3 1,041 3/21/2024
9.5.2 1,139 2/23/2024
9.5.1 1,671 2/1/2024
9.5.0 1,667 12/25/2023
9.1.3 1,283 11/28/2023
9.1.2 1,314 11/17/2023
9.1.1 1,280 10/27/2023
9.1.0 1,495 9/29/2023
9.0.3 1,356 9/6/2023
9.0.2 1,339 8/25/2023
9.0.1 1,651 7/26/2023
9.0.0.1 2,151 6/5/2023
9.0.0 2,050 6/2/2023
8.1.12 9,183 4/18/2023
8.1.11 4,186 3/27/2023
8.1.10 4,571 3/7/2023
8.1.9 10,733 1/25/2023
8.1.8 6,421 12/20/2022
8.1.7 7,720 12/16/2022
8.1.6 7,178 11/22/2022
8.1.4 9,884 10/29/2022
8.1.3 9,567 9/13/2022
8.1.2 9,465 8/19/2022
8.1.1 9,733 7/27/2022
8.1.0 9,786 7/19/2022
8.0.6 9,837 5/18/2022
8.0.5 9,784 5/3/2022
8.0.4 10,903 3/29/2022
8.0.3 10,081 3/24/2022
8.0.2 24,985 2/28/2022
8.0.1 10,130 2/15/2022
8.0.0 11,771 1/26/2022
7.2.5 4,595 12/22/2021
7.2.4 5,917 12/11/2021
7.2.3 3,933 12/6/2021
7.2.0 4,834 8/17/2021
7.1.2 4,876 6/29/2021
7.1.1 6,856 5/31/2021
7.1.0 4,620 5/30/2021
7.0.2 4,305 5/7/2021
7.0.0 10,364 12/31/2020
6.2.1 4,009 1/21/2021
6.2.0 7,106 8/5/2020
6.1.0 4,542 6/29/2020
6.0.5 3,738 5/14/2020
6.0.4 3,752 4/16/2020
6.0.3 3,670 4/15/2020
6.0.2 3,055 4/5/2020
6.0.1 3,039 3/29/2020
6.0.0 3,010 3/27/2020