Portic.Transport.InMemory 0.5.0

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0 95 2/10/2026