Icod.TermInfo.Source 1.1.0-Alpha-6

This is a prerelease version of Icod.TermInfo.Source.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Icod.TermInfo.Source --version 1.1.0-Alpha-6
                    
NuGet\Install-Package Icod.TermInfo.Source -Version 1.1.0-Alpha-6
                    
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="Icod.TermInfo.Source" Version="1.1.0-Alpha-6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Icod.TermInfo.Source" Version="1.1.0-Alpha-6" />
                    
Directory.Packages.props
<PackageReference Include="Icod.TermInfo.Source" />
                    
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 Icod.TermInfo.Source --version 1.1.0-Alpha-6
                    
#r "nuget: Icod.TermInfo.Source, 1.1.0-Alpha-6"
                    
#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 Icod.TermInfo.Source@1.1.0-Alpha-6
                    
#: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=Icod.TermInfo.Source&version=1.1.0-Alpha-6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Icod.TermInfo.Source&version=1.1.0-Alpha-6&prerelease
                    
Install as a Cake Tool

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-6 implements S06 cancellation semantics on top of the S05 classified unresolved model. An internal semantic state records explicit values and cancellation tombstones for standard and extended capabilities so a higher-priority cancellation cannot be undone by lower-priority inheritance. S06 distinguishes right-to-left parent overlays from the final lower-priority inheritance beneath local fields, providing the precedence primitives required for S07. The use= graph itself, including cycle, missing-parent, and depth diagnostics, remains S07 work.

The runtime dependency direction is one-way:

Icod.TermInfo.Source
        |
        v
  Icod.TermInfo

Icod.TermInfo does not depend on this package.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8.0 0 9/2/2026
1.7.0 38 9/1/2026
1.6.1 48 9/1/2026
1.6.0 65 8/31/2026
1.5.0 61 8/30/2026
1.4.1 68 8/29/2026
1.4.0 68 8/29/2026
1.3.0 73 8/28/2026
1.2.0 66 8/27/2026
1.2.0-Alpha-7 63 8/27/2026
1.2.0-Alpha-6 60 8/27/2026
1.1.1 57 8/26/2026
1.1.0 53 8/26/2026
1.1.0-Alpha-9 45 8/26/2026
1.1.0-Alpha-7 44 8/26/2026
1.1.0-Alpha-6 46 8/26/2026

1.1.0-Alpha-6 implements S06: cancellation tombstones for standard and extended capabilities, deterministic local application, priority-preserving parent-state merges, and cloneable semantic state for S07 use= resolution.