Icod.TermInfo.Source 1.1.0-Alpha-9

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-9
                    
NuGet\Install-Package Icod.TermInfo.Source -Version 1.1.0-Alpha-9
                    
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-9" />
                    
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-9" />
                    
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-9
                    
#r "nuget: Icod.TermInfo.Source, 1.1.0-Alpha-9"
                    
#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-9
                    
#: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-9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Icod.TermInfo.Source&version=1.1.0-Alpha-9&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-9 implements S09 and closes the planned 1.1 source-language implementation tranches. The checked-in source corpus covers System V-style entries, ncurses extended capabilities, unusual escapes, cancellation, inheritance, malformed input, duplicate lookup identities, and bounded resource attacks. Duplicate canonical names and aliases produce stable warning diagnostics while document lookup remains deterministic and source-order based. A fixed, deterministic mutation corpus exercises parser and resolver robustness without a host tic or infocmp dependency. The checked-in T29 source/compiled fixture pairs continue to provide offline semantic compatibility coverage.

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.10.0 59 9/3/2026
1.9.0 78 9/3/2026
1.8.0 107 9/2/2026
1.7.0 96 9/1/2026
1.6.1 106 9/1/2026
1.6.0 123 8/31/2026
1.5.0 114 8/30/2026
1.4.1 116 8/29/2026
1.4.0 119 8/29/2026
1.3.0 121 8/28/2026
1.2.0 104 8/27/2026
1.2.0-Alpha-7 99 8/27/2026
1.2.0-Alpha-6 96 8/27/2026
1.1.1 95 8/26/2026
1.1.0 92 8/26/2026
1.1.0-Alpha-9 86 8/26/2026
1.1.0-Alpha-7 89 8/26/2026
1.1.0-Alpha-6 83 8/26/2026

1.1.0-Alpha-9 implements S09: an authoritative source corpus, duplicate source-entry and alias warnings, deterministic mutation fuzzing, deep-inheritance and source-size adversarial coverage, and offline compatibility validation against the checked-in tic-generated T29 fixtures.