RabbitMQ.Context 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RabbitMQ.Context --version 1.1.0
NuGet\Install-Package RabbitMQ.Context -Version 1.1.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="RabbitMQ.Context" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RabbitMQ.Context --version 1.1.0
#r "nuget: RabbitMQ.Context, 1.1.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.
// Install RabbitMQ.Context as a Cake Addin
#addin nuget:?package=RabbitMQ.Context&version=1.1.0

// Install RabbitMQ.Context as a Cake Tool
#tool nuget:?package=RabbitMQ.Context&version=1.1.0

A simple context object to help with publishing and consuming messages from RabbitMQ

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RabbitMQ.Context:

Package Downloads
RabbitMq.TestContext

Designed to help with testing of rabbitmq stuff. Makes use of RabbitMQ.Fakes.DotNetCore. The class is a wrapper of RabbitMqContext simular to Ef context object. This implemenation wraps the production RabbitMqContext from RabbitMQ.Context

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 620 2/9/2021
1.2.8 992 5/4/2020
1.2.7 445 5/1/2020
1.2.6 448 5/1/2020
1.2.5 457 4/29/2020
1.2.4 469 4/29/2020
1.2.3 1,275 10/10/2019
1.2.2 582 10/9/2019
1.2.1 632 10/4/2019
1.2.0 478 10/4/2019
1.1.4 497 9/27/2019
1.1.3 496 9/27/2019
1.1.2 491 9/27/2019
1.1.1 495 9/26/2019
1.1.0 491 9/26/2019
1.0.1 764 6/25/2019
1.0.0 504 6/25/2019

Migrated from old way of handling message to event driven method.