Pontifex 0.1.2-dev.0
dotnet add package Pontifex --version 0.1.2-dev.0
NuGet\Install-Package Pontifex -Version 0.1.2-dev.0
<PackageReference Include="Pontifex" Version="0.1.2-dev.0" />
<PackageVersion Include="Pontifex" Version="0.1.2-dev.0" />
<PackageReference Include="Pontifex" />
paket add Pontifex --version 0.1.2-dev.0
#r "nuget: Pontifex, 0.1.2-dev.0"
#:package Pontifex@0.1.2-dev.0
#addin nuget:?package=Pontifex&version=0.1.2-dev.0&prerelease
#tool nuget:?package=Pontifex&version=0.1.2-dev.0&prerelease
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 | Versions 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. |
-
.NETStandard 2.1
- Actuarius.Memory (>= 0.1.3-dev.0)
- Operarius (>= 0.2.2-dev.0)
- Scriba (>= 0.2.1-dev.0)
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 |