Pontifex 0.1.2-dev.0

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

Pontifex

A C# networking library providing reliable and unreliable message delivery patterns with acknowledgment support.

Overview

Pontifex is a transport abstraction layer designed to simplify network communication in C# applications. It provides multiple delivery guarantees and communication patterns through a pluggable architecture.

Key Features

  • Multiple Delivery Patterns: Support for acknowledged and unacknowledged message delivery
  • Request-Reply Pattern: Built-in support for request-response communication
  • Transport Abstraction: Pluggable transport implementations via factory pattern
  • Synchronized Handlers: Thread-safe message handling utilities
  • Delivery ID Management: Cyclic delivery ID tracking with wrap-around semantics
  • Endpoint Flexibility: Support for various endpoint types (GUID, Long, String, Typed, Void)
  • Logging & Monitoring: Integrated logging wrappers for AckRaw transports
  • Traffic Control: Built-in mechanisms for delivery control and traffic management

Architecture

The library is organized into several key components:

  • Abstractions: Core interfaces for controls, endpoints, and transports
  • Transports: Transport implementations with acknowledgment support
  • Handlers: Message processing and synchronization utilities
  • Factory: Transport registration and instantiation
  • Utils: Helper utilities including FSM, action queues, and traffic controllers
  • Wrappers: Logging and monitoring capabilities

Requirements

  • .NET Framework / .NET Core compatible C# project
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Pontifex:

Package Downloads
Pontifex.Api

Extension to make custom API on top of Pontifex

Pontifex.Transport.Tcp

Tcp extension for Pontifex library

Pontifex.Protocol.Reconnectable

Extension to make transports reconnectable in Pontifex library

Pontifex.Protocol

Basic protocol extension for Pontifex library

Pontifex.Transport.Direct

Extension for Pontifex library. InMemory transport

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.2-dev.0 113 3/8/2026
0.1.1-dev.0 115 2/23/2026
0.1.0-dev.5 93 2/7/2026
0.1.0-dev.4 73 2/7/2026
0.1.0-dev.3 78 2/7/2026
0.1.0-dev.2 88 2/6/2026
0.1.0-dev.1 100 1/21/2026