NStack.Core
0.10.0
See the version list below for details.
dotnet add package NStack.Core --version 0.10.0
NuGet\Install-Package NStack.Core -Version 0.10.0
<PackageReference Include="NStack.Core" Version="0.10.0" />
<PackageVersion Include="NStack.Core" Version="0.10.0" />
<PackageReference Include="NStack.Core" />
paket add NStack.Core --version 0.10.0
#r "nuget: NStack.Core, 0.10.0"
#:package NStack.Core@0.10.0
#addin nuget:?package=NStack.Core&version=0.10.0
#tool nuget:?package=NStack.Core&version=0.10.0
NStack.Core brings a set of updated APIs to .NET.
It starts with a new string type that is focused on Unicode code-points as opposed to the historical chars and UTF-16 encoding and introduces a utf8 string that supports slicing
| 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. 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 | tizen30 was computed. 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 1.6
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.0-preview1-26216-02)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NStack.Core:
| Package | Downloads |
|---|---|
|
M5x.Tty
Package Description |
|
|
guit
Library to build plugins for dotnet-guit. |
|
|
PortedFastBertTokenizer
Fast and memory-efficient WordPiece tokenizer as it is used by BERT and others. Tokenizes text for further processing using NLP/language models. This fork only supports .NET Standard 2.1 |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on NStack.Core:
| Repository | Stars |
|---|---|
|
PowerShell/ConsoleGuiTools
Modules that mix PowerShell and GUIs/CUIs!
|
|
|
reactiveui/ReactiveMvvm
Cross-platform ReactiveUI sample app built for a talk at MSK .NET conf.
|
|
|
migueldeicaza/XtermSharp
XTerm emulator as a .NET library
|
|
|
x2bool/radish
Desktop client for Redis (Windows, MacOS, Linux)
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.1 | 324,167 | 1/22/2024 |
| 1.1.0 | 266 | 1/22/2024 |
| 1.0.7 | 187,179 | 12/5/2022 |
| 1.0.5 | 2,531 | 11/4/2022 |
| 1.0.3 | 89,590 | 9/19/2022 |
| 0.17.1 | 98,554 | 5/26/2022 |
| 0.16.0 | 454,138 | 12/8/2020 |
| 0.15.0 | 3,479 | 10/30/2020 |
| 0.14.0 | 109,750 | 3/30/2020 |
| 0.13.0 | 2,240 | 2/29/2020 |
| 0.12.0 | 6,539 | 6/4/2018 |
| 0.10.0 | 1,647 | 4/22/2018 |
0.10:
Merged some changes from upstream.
0.9:
Added ustring.ColumnWidth to return number of columns that a ustring takes in a console.
0.8:
* Renamed some methods to match the equivalent methods in Char.
* Introduced Substring (int start)
* Introduced difference between this [int start, int end] and this [int start, object end] the latter used to mean "until the end", replacing '0' as the previous value for "until the end".
* Introduced new method in Rune to measure the width in columns for console applications.