03744689F2EFE6FB5738A7EA27A9DCAC 1.0.0-preview

Suggested Alternatives

SimpleUseAspireRabbitMQ 1.0.0-preview

This is a prerelease version of 03744689F2EFE6FB5738A7EA27A9DCAC.
dotnet add package 03744689F2EFE6FB5738A7EA27A9DCAC --version 1.0.0-preview
NuGet\Install-Package 03744689F2EFE6FB5738A7EA27A9DCAC -Version 1.0.0-preview
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="03744689F2EFE6FB5738A7EA27A9DCAC" Version="1.0.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 03744689F2EFE6FB5738A7EA27A9DCAC --version 1.0.0-preview
#r "nuget: 03744689F2EFE6FB5738A7EA27A9DCAC, 1.0.0-preview"
#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 03744689F2EFE6FB5738A7EA27A9DCAC as a Cake Addin
#addin nuget:?package=03744689F2EFE6FB5738A7EA27A9DCAC&version=1.0.0-preview&prerelease

// Install 03744689F2EFE6FB5738A7EA27A9DCAC as a Cake Tool
#tool nuget:?package=03744689F2EFE6FB5738A7EA27A9DCAC&version=1.0.0-preview&prerelease

Simple RabbitMQ Use In Aspire.NET

This is a simple FrameWork of how to use RabbitMQ in Aspire .NET .Asp.net core .

  1. Install RabbitMQClint on your Aspire.Host project and Add rabbitmq container please verify your rabbitmq container is WithReference in your project like this: RabbitMQContainer

  2. Install this framework on your project.

  3. Add the ExtensionFunctions in your program.cs file. ExtensionBuilderFunction ExtensionAppFunction

  4. Use IEventBus to publish messages.

  5. Use IEventHandler/IEventJsonHandler/IEventStringHandler to subscribe to messages. in this framework,you should paste the EventAttribute in your event class. like this: EventAttribute

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
1.0.0-preview 53 5/1/2024