Icod.TermInfo.Source
1.1.0-Alpha-7
See the version list below for details.
dotnet add package Icod.TermInfo.Source --version 1.1.0-Alpha-7
NuGet\Install-Package Icod.TermInfo.Source -Version 1.1.0-Alpha-7
<PackageReference Include="Icod.TermInfo.Source" Version="1.1.0-Alpha-7" />
<PackageVersion Include="Icod.TermInfo.Source" Version="1.1.0-Alpha-7" />
<PackageReference Include="Icod.TermInfo.Source" />
paket add Icod.TermInfo.Source --version 1.1.0-Alpha-7
#r "nuget: Icod.TermInfo.Source, 1.1.0-Alpha-7"
#:package Icod.TermInfo.Source@1.1.0-Alpha-7
#addin nuget:?package=Icod.TermInfo.Source&version=1.1.0-Alpha-7&prerelease
#tool nuget:?package=Icod.TermInfo.Source&version=1.1.0-Alpha-7&prerelease
Icod.TermInfo.Source
Icod.TermInfo.Source is the optional terminfo source-language layer for
Icod.TermInfo.
The package is intentionally separate from the stable runtime package. Ordinary
applications that only load or use TerminalDescription values continue to
reference Icod.TermInfo alone.
1.1.0 development line
The 1.1 line adds managed parsing and resolution of .ti source, including
source diagnostics, cancellation, extended capabilities, and use=
inheritance. Resolved source entries materialize into the same immutable
TerminalDescription model used by compiled terminfo acquisition.
1.1.0-Alpha-7 implements S07 use= inheritance resolution on top of the
S06 cancellation state. The resolver supports canonical and alias lookup,
recursive and multiple-parent inheritance, caller-supplied source-entry
providers, deterministic missing-entry and cycle diagnostics, and a bounded
inheritance depth. Parent composition follows terminfo's right-to-left use=
processing while explicit child fields remain higher priority than all inherited
state. Resolved source remains separate from TerminalDescription; conversion
to the stable runtime model remains S08 work.
The runtime dependency direction is one-way:
Icod.TermInfo.Source
|
v
Icod.TermInfo
Icod.TermInfo does not depend on this package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 is compatible. 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. |
-
net10.0
- Icod.TermInfo (>= 1.1.0-Alpha-7)
-
net8.0
- Icod.TermInfo (>= 1.1.0-Alpha-7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Icod.TermInfo.Source:
| Package | Downloads |
|---|---|
|
Icod.TermInfo.Compiler
Managed deterministic terminfo compiler for Icod.TermInfo. The 1.2 line compiles .ti source or immutable TerminalDescription values and can publish explicit conventional terminfo directory layouts without native ncurses dependencies. |
|
|
Icod.TermInfo.Inspection
Managed inspection and semantic-comparison foundation for Icod.TermInfo. The 1.3 line provides canonical terminfo rendering and reusable infocmp-style comparison engines without enlarging the frozen Runtime, Source, or Compiler public contracts. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.10.0 | 0 | 9/3/2026 |
| 1.9.0 | 0 | 9/3/2026 |
| 1.8.0 | 53 | 9/2/2026 |
| 1.7.0 | 58 | 9/1/2026 |
| 1.6.1 | 65 | 9/1/2026 |
| 1.6.0 | 83 | 8/31/2026 |
| 1.5.0 | 77 | 8/30/2026 |
| 1.4.1 | 80 | 8/29/2026 |
| 1.4.0 | 81 | 8/29/2026 |
| 1.3.0 | 85 | 8/28/2026 |
| 1.2.0 | 77 | 8/27/2026 |
| 1.2.0-Alpha-7 | 74 | 8/27/2026 |
| 1.2.0-Alpha-6 | 71 | 8/27/2026 |
| 1.1.1 | 68 | 8/26/2026 |
| 1.1.0 | 64 | 8/26/2026 |
| 1.1.0-Alpha-9 | 56 | 8/26/2026 |
| 1.1.0-Alpha-7 | 58 | 8/26/2026 |
| 1.1.0-Alpha-6 | 60 | 8/26/2026 |
1.1.0-Alpha-7 implements S07: recursive use= inheritance resolution, canonical and alias lookup, multiple-parent precedence, caller-supplied source-entry providers, deterministic missing-parent and cycle diagnostics, and bounded inheritance depth.