NTokenizers.Extensions.Spectre.Console
2.1.0
See the version list below for details.
dotnet add package NTokenizers.Extensions.Spectre.Console --version 2.1.0
NuGet\Install-Package NTokenizers.Extensions.Spectre.Console -Version 2.1.0
<PackageReference Include="NTokenizers.Extensions.Spectre.Console" Version="2.1.0" />
<PackageVersion Include="NTokenizers.Extensions.Spectre.Console" Version="2.1.0" />
<PackageReference Include="NTokenizers.Extensions.Spectre.Console" />
paket add NTokenizers.Extensions.Spectre.Console --version 2.1.0
#r "nuget: NTokenizers.Extensions.Spectre.Console, 2.1.0"
#:package NTokenizers.Extensions.Spectre.Console@2.1.0
#addin nuget:?package=NTokenizers.Extensions.Spectre.Console&version=2.1.0
#tool nuget:?package=NTokenizers.Extensions.Spectre.Console&version=2.1.0
NTokenizers.Extensions.Spectre.Console
Stream-capable Spectre.Console rendering extensions for NTokenizers (XML, JSON, Markdown, TypeScript, C# and SQL), Style-rich console syntax highlighting
This library builds on:
- Spectre.Console for advanced console rendering
- NTokenizers for modular, stream‑based tokenization
Together, they enable expressive syntax highlighting directly in the console.
await AnsiConsole.Console.WriteMarkdownAsync(stream);
All references to Markup were renamed to Markdown. And so WriteMarkupText was renamed to WriteMarkdown in v2.
Especially suitable for parsing AI chat streams, NTokenizers excels at processing real-time tokenized data from AI models, enabling efficient handling of streaming responses and chat conversations without buffering entire responses.
Check out the AI Example to learn more about that.
Check out the documentation Here.
| Product | Versions 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. |
-
.NETStandard 2.0
- NTokenizers (>= 3.0.0)
- Spectre.Console (>= 0.54.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.2.0 | 28 | 1/14/2026 |
| 2.1.0 | 87 | 1/4/2026 |
| 2.0.1 | 270 | 12/17/2025 |
| 2.0.0 | 126 | 12/11/2025 |
| 1.0.0 | 413 | 12/8/2025 |
| 0.7.0-preview | 120 | 12/6/2025 |
| 0.6.0-preview | 649 | 12/3/2025 |
| 0.5.0-preview | 668 | 12/2/2025 |
| 0.4.0-preview | 669 | 12/2/2025 |
| 0.3.0-preview | 663 | 12/2/2025 |
Added CSS writer