Portic 0.5.0
dotnet add package Portic --version 0.5.0
NuGet\Install-Package Portic -Version 0.5.0
<PackageReference Include="Portic" Version="0.5.0" />
<PackageVersion Include="Portic" Version="0.5.0" />
<PackageReference Include="Portic" />
paket add Portic --version 0.5.0
#r "nuget: Portic, 0.5.0"
#:package Portic@0.5.0
#addin nuget:?package=Portic&version=0.5.0
#tool nuget:?package=Portic&version=0.5.0
⚓ Portic
The lightweight, contract-first messaging framework for .NET.
Portic is a lightweight, contract-first messaging framework for .NET prioritising strict message schema integrity.
⚠️ Versioning
Portic is currently in early development. The API is subject to change and may introduce breaking changes as part of minor version bumps.
✨ Features
- Contract-Based Messaging - Strongly-typed message contracts ensure compile-time safety and enforce strict schema integrity across your distributed system
- Middleware Pipeline - Extensible middleware support for cross-cutting concerns like retry policies, logging, validation, and more
- Transport Agnostic - Swap message transports with minimal application code changes
- Lightweight - Minimal dependencies and overhead, focused on doing one thing well
- Redelivery & DLQ - Configurable redelivery and dead-letter support for handling faulted messages
📦 Packages
| Package | Version | Description |
|---|---|---|
| Portic | Core messaging framework and abstractions | |
| Portic.Transport.InMemory | In-memory transport implementation | |
| Portic.Transport.RabbitMQ | RabbitMQ transport implementation | |
| Portic.Middleware.Polly | Polly middleware for resilience policies |
📚 Samples
For complete working examples, check out the Samples.
Installation
# Core package (optional - included with transport packages)
dotnet add package Portic
# Transport package
dotnet add package Portic.Transport.RabbitMQ
| Product | Versions 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. |
-
net10.0
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Portic:
| Package | Downloads |
|---|---|
|
Portic.Transport.RabbitMQ
The RabbitMQ transport for Portic |
|
|
Portic.Middleware.Polly
Polly resilience and transient-fault-handling middleware for Portic |
|
|
Portic.Transport.InMemory
The in-memory transport for Portic |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.0 | 118 | 2/10/2026 |
| 0.4.0 | 103 | 2/6/2026 |
| 0.3.0-alpha | 104 | 1/29/2026 |
| 0.2.0-alpha | 102 | 1/26/2026 |
| 0.1.0-alpha | 104 | 1/25/2026 |
| 0.0.1-alpha | 105 | 1/25/2026 |