Portic 0.5.0

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

⚓ Portic

The lightweight, contract-first messaging framework for .NET.

NuGet License: MIT Build Status

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 NuGet Core messaging framework and abstractions
Portic.Transport.InMemory NuGet In-memory transport implementation
Portic.Transport.RabbitMQ NuGet RabbitMQ transport implementation
Portic.Middleware.Polly NuGet 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 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 (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