Echelon.Providers.Abstractions 0.3.0

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

Echelon

Echelon plans and runs releases around the unit people actually work in: the task. It reads tasks from an issue tracker and merge requests from one or more VCS connections, works out everything a task waits on, orders the work into deploy waves, and drives the rollout into each environment.

This is one of the Echelon libraries. Reference them only if you are writing a provider - a VCS, a tracker, a deploy strategy or an action handler. Most users just run the container image (docker.io/frigat/echelon).

The package IDs match the namespaces, so dotnet add package Echelon.Providers.Abstractions gives you using Echelon.Providers.Abstractions.

Library packages:

Package What is in it
Echelon.Core Enums and pure parsing: task-key extraction, label sets, status vocabularies. No dependencies
Echelon.Providers.Abstractions The provider ports and the normalized models they exchange
Echelon.Application Ports, message contracts and the planning algorithm, with no Entity Framework

Writing a provider

A provider adapter references Providers.Abstractions and nothing else of ours, so a breaking change to a port is a compile error in your adapter on the next build rather than a surprise at runtime. Providers are registered at compile time through keyed services; there is no runtime assembly scanning, because a container image is rebuilt anyway.

See docs/en/providers.md.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Echelon.Providers.Abstractions:

Package Downloads
Echelon.Application

Ports, message contracts and the rollout planning algorithm: dependency closure, wave ordering, the YAML ordering-rule language. Pure, with no Entity Framework, so it can be used and tested on its own.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 99 8/24/2026
0.2.0 102 8/21/2026
0.1.1 106 8/17/2026
0.1.0 101 8/17/2026