RunicCommandLine.Abstractions 0.1.0-preview.5.1

This is a prerelease version of RunicCommandLine.Abstractions.
dotnet add package RunicCommandLine.Abstractions --version 0.1.0-preview.5.1
                    
NuGet\Install-Package RunicCommandLine.Abstractions -Version 0.1.0-preview.5.1
                    
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="RunicCommandLine.Abstractions" Version="0.1.0-preview.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RunicCommandLine.Abstractions" Version="0.1.0-preview.5.1" />
                    
Directory.Packages.props
<PackageReference Include="RunicCommandLine.Abstractions" />
                    
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 RunicCommandLine.Abstractions --version 0.1.0-preview.5.1
                    
#r "nuget: RunicCommandLine.Abstractions, 0.1.0-preview.5.1"
                    
#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 RunicCommandLine.Abstractions@0.1.0-preview.5.1
                    
#: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=RunicCommandLine.Abstractions&version=0.1.0-preview.5.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RunicCommandLine.Abstractions&version=0.1.0-preview.5.1&prerelease
                    
Install as a Cake Tool

RunicCommandLine.Abstractions

Parser-neutral contracts for command outcomes, safe faults, exit policy, and machine-output selection. The shipping library targets net10.0, uses only the BCL, and exposes no parser, hosting, reflection-serialization, or UI types.

Stable identities

  • Machine response protocol: runic.commandline/1
  • Output environment variable: RUNIC_COMMANDLINE_OUTPUT
  • Output precedence: explicit argument, then environment value, then caller default

The classifier accepts human and json environment values using ordinal case-insensitive matching. An invalid environment value is returned as an invalid classification. An explicit argument wins without inspecting an otherwise invalid environment value.

Machine output contract

Protocol version 1 is one UTF-8 JSON object followed by one LF. Machine stdout contains no BOM, ANSI control sequence, progress output, or log line. A success uses exit category Success, a typed payload, and no fault. A failure uses a non-success category, no payload, and a sanitized CommandFault. JSON metadata and envelope writing belong to a higher layer and must use source-generated serialization.

Product Compatible and additional computed target framework versions.
.NET 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.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RunicCommandLine.Abstractions:

Package Downloads
RunicCommandLine

Parser-neutral command catalog, execution, and output kernel for .NET applications.

RunicCommandLine.Processes

Bounded and cancellable local process execution for command-line clients.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-preview.5.1 86 8/11/2026