RockLib.Messaging 2.3.0

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

// Install RockLib.Messaging as a Cake Tool
#tool nuget:?package=RockLib.Messaging&version=2.3.0                

A simple API for sending and receiving messages.

This package was built from the source code at https://github.com/RockLib/RockLib.Messaging/tree/306057c2e93cd48219982755667e30a83b66cac2

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.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on RockLib.Messaging:

Package Downloads
RockLib.Messaging.SQS

Implementation of RockLib.Messaging API that sends and receives messages using Amazon SQS.

RockLib.Messaging.SNS

Implementation of RockLib.Messaging API that sends messages using Amazon SNS.

RockLib.Messaging.Kafka

Implementation of RockLib.Messaging API that sends and receives messages using Kafka.

RockLib.Messaging.CloudEvents

Send and receive messages using the CloudEvents format.

RockLib.Messaging.NamedPipes

Implementation of RockLib.Messaging API that sends and receives messages to a local named pipe.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1 1,941 7/16/2024
4.0.0 1,623 3/4/2024
4.0.0-alpha.1 132 2/28/2024
3.0.1 41,368 2/23/2023
3.0.0 67,555 2/25/2022
2.5.3 38,730 8/13/2021
2.5.2 91,809 5/7/2021
2.5.1 869 3/24/2021
2.5.0 3,333 3/23/2021
2.4.4 50,959 2/24/2021
2.4.3 72,140 8/14/2020
2.4.2 1,429 7/30/2020
2.4.1 698 7/29/2020
2.4.0 789 7/15/2020
2.3.1 1,923 6/22/2020
2.3.0 56,130 5/26/2020
2.2.0 4,541 4/9/2020
2.1.0 59,324 3/3/2020
2.0.4 44,483 4/2/2019
2.0.3 720 3/20/2019
2.0.2 894 2/22/2019
2.0.1 3,989 2/1/2019
2.0.0 1,670 1/10/2019
2.0.0-alpha15 915 1/3/2019
2.0.0-alpha14 885 12/19/2018
2.0.0-alpha13 530 12/18/2018
2.0.0-alpha12 506 12/18/2018
2.0.0-alpha11 812 12/7/2018
2.0.0-alpha10 520 12/7/2018
2.0.0-alpha09 905 11/30/2018
2.0.0-alpha08 1,010 11/23/2018
2.0.0-alpha07 777 11/22/2018
2.0.0-alpha06 525 11/21/2018
2.0.0-alpha05 578 11/21/2018
2.0.0-alpha04 741 11/15/2018
2.0.0-alpha03 755 11/14/2018
2.0.0-alpha02 536 11/9/2018
2.0.0-alpha01 763 10/22/2018
1.0.2 3,575 8/27/2018
1.0.1 1,354 4/6/2018
1.0.0 1,325 12/20/2017

RockLib.Messaging version 2.3.0

Always register a lookup delegate from the `AddSender`, `AddTransactionalSender`, and `AddReceiver` extension methods. The previous version would only register the lookup delegate if all of the messaging services of that type were registered as singleton. Also, for each implementation of lookup delegate, if a transient/scoped service is created but not needed, dispose it.