ftrip.io.framework.messaging 2.7.1

dotnet add package ftrip.io.framework.messaging --version 2.7.1
NuGet\Install-Package ftrip.io.framework.messaging -Version 2.7.1
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="ftrip.io.framework.messaging" Version="2.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ftrip.io.framework.messaging --version 2.7.1
#r "nuget: ftrip.io.framework.messaging, 2.7.1"
#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.
// Install ftrip.io.framework.messaging as a Cake Addin
#addin nuget:?package=ftrip.io.framework.messaging&version=2.7.1

// Install ftrip.io.framework.messaging as a Cake Tool
#tool nuget:?package=ftrip.io.framework.messaging&version=2.7.1

Framework extensions with all necessary abstractions for event bus messaging built on top of Masstransit.

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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on ftrip.io.framework.messaging:

Package Downloads
ftrip.io.user-service.contracts

This library contains all necessary user-service contracts such as events, commands, and requests/responses that can be used for handling/communicating in other services.

ftrip.io.notification-service.contracts

This library contains all necessary notification-service contracts such as events, commands, and requests/responses that can be used for handling/communicating in other services.

ftrip.io.catalog-service.contracts

This library contains all necessary catalog-service contracts such as events, commands, and requests/responses that can be used for handling/communicating in other services.

ftrip.io.booking-service.contracts

This library contains all necessary booking-service contracts such as events, commands, and requests/responses that can be used for handling/communicating in other services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.1 221 6/26/2023
2.7.0 237 6/12/2023
2.6.1 244 5/25/2023
2.6.0 190 5/24/2023
2.5.1 149 5/17/2023
2.5.0 160 5/16/2023
2.4.1 156 5/9/2023
2.4.0 151 5/8/2023
2.3.0 274 5/3/2023
2.2.1 164 5/2/2023
2.2.0 226 4/27/2023
2.1.0 180 4/21/2023
2.0.0 211 4/19/2023
1.0.0 252 4/17/2023

Populating CurrentUser and Correlation contexts in consumer filter.