EventDriven.EventBus.Dapr 1.0.0

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

// Install EventDriven.EventBus.Dapr as a Cake Tool
#tool nuget:?package=EventDriven.EventBus.Dapr&version=1.0.0

EventDriven.EventBus.Dapr

An event bus abstraction over Dapr pub/sub.

Introduction

Dapr, which stands for Distributed Application Runtime, uses a sidecar pattern to provide a pub/sub abstraction over message brokers and queuing systems, including AWS SNS+SQS, GCP Pub/Sub, Azure Events Hub and several others.

The Dapr .NET SDK provides an API to perform pub/sub from an ASP.NET service, but it requires the application to be directly aware of Dapr. Publishers need to use DaprClient to publish an event, and subscribers need to decorate controller actions with the Topic attribute.

The purpose of the Dapr Event Bus project is to provide a thin abstraction layer over Dapr pub/sub so that applications may publish events and subscribe to topics without any knowledge of Dapr. This allows for better testability and flexibility, especially for worker services that do not natively include an HTTP stack.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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.4.0 19,202 10/13/2023
1.3.8 686 9/10/2023
1.3.7 553 8/18/2023
1.3.6 34,760 4/21/2023
1.3.5 1,690 4/3/2023
1.3.4 22,566 2/6/2023
1.3.3 37,604 8/8/2022
1.3.2 779 8/6/2022
1.3.1 3,280 7/8/2022
1.3.0 708 7/7/2022
1.2.1 4,274 7/6/2022
1.2.0 43,265 2/26/2022
1.2.0-beta4 626 2/9/2022
1.2.0-beta3 777 2/6/2022
1.2.0-beta2 577 2/6/2022
1.2.0-beta1 468 1/31/2022
1.1.0 36,524 12/14/2021
1.1.0-beta3 1,242 5/16/2021
1.1.0-beta2 520 5/15/2021
1.1.0-beta1 575 5/7/2021
1.0.0 4,735 4/26/2021
1.0.0-rc1 603 4/10/2021