DotNetBrightener.Plugins.EventPubSub.DependencyInjection 2024.0.14.3

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

// Install DotNetBrightener.Plugins.EventPubSub.DependencyInjection as a Cake Tool
#tool nuget:?package=DotNetBrightener.Plugins.EventPubSub.DependencyInjection&version=2024.0.14.3

Extensions for ASP.NET Core of Event Publish/Subscribe Library

© 2024 DotNet Brightener

NuGet Version

Usage

Register at startup
// register the core Event Pub/Sub service
services.AddEventPubSubService();

// other service registrations

Then register the implementation of IEventHandler by calling

services.AddEventHandler<YourEventModelEventHandler>();

If you want to automatically let the application detect and register all the implementations of IEventHandler, put the following at the end of your ConfigureServices method in Startup.cs if you use Startup.cs file, or before the application run if you use Program.cs file.


// before starting the applications

// load all assemblies that are loaded into the application domain
var applicationAssemblies = AppDomain.CurrentDomain.GetAssemblies();

// Register the implementations of IEventHandler from the above assemblies
services.AddEventHandlersFromAssemblies(applicationAssemblies);

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 (2)

Showing the top 2 NuGet packages that depend on DotNetBrightener.Plugins.EventPubSub.DependencyInjection:

Package Downloads
DotNetBrightener.WebApp.CommonShared

Package Description

DotNetBrightener.Core.BackgroundTasks.DependencyInjection

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.0.14.4 0 6/27/2024
2024.0.14.4-preview-7 30 6/27/2024
2024.0.14.3 77 6/21/2024
2024.0.14.1 83 6/6/2024
2024.0.14.1-preview 75 6/6/2024
2024.0.14-preview-1 74 6/6/2024
2024.0.13.8-preview 82 6/6/2024
2024.0.13.1-preview-0146 80 6/6/2024
2024.0.12.15803-preview-03 80 6/6/2024
2024.0.12.15608 86 6/4/2024
2024.0.12.15515 161 6/3/2024
2024.0.12.15220 83 5/31/2024
2024.0.12.15220-alpha31-240... 69 5/31/2024
2024.0.12.14911 116 5/28/2024
2024.0.12.14910-alpha28-240... 77 5/28/2024
2024.0.12.14823 96 5/27/2024
2024.0.12.14522-alpha7-2405... 81 5/24/2024
2024.0.12.14514-alpha6-2405... 80 5/24/2024
2024.0.12.14511 110 5/24/2024
2024.0.12.14314 123 5/22/2024
2024.0.12.14114 106 5/20/2024
2024.0.12.12815 136 5/7/2024
2024.0.12.12814 100 5/7/2024
2024.0.12.12721 114 5/6/2024
2024.0.12.12702 97 5/5/2024
2024.0.12.12622 109 5/5/2024
2024.0.12.12514 89 5/4/2024
2024.0.12.12512 95 5/4/2024
2024.0.12.12510 91 5/4/2024
2024.0.12.12420 75 5/3/2024
2024.0.12.12319 45 5/2/2024
2024.0.12.12319-rc-2405021801 34 5/2/2024
2024.0.12.12318 45 5/2/2024
2024.0.12.12215 83 5/1/2024
2024.0.12.12011 91 4/29/2024
2024.0.12.11720 101 4/26/2024
2024.0.12.11719 98 4/26/2024
2024.0.12.11621 105 4/25/2024
2024.0.12.11523 92 4/24/2024
2024.0.12.11522 92 4/24/2024
2024.0.12.11417 109 4/23/2024
2024.0.12.11400 96 4/22/2024
2024.0.12.11316 95 4/22/2024
2024.0.11.10220 83 4/11/2024
2024.0.11.10120 83 4/10/2024
2024.0.11.10119 76 4/10/2024
2024.0.11.10115 76 4/10/2024
2024.0.11.9914 98 4/8/2024
2024.0.11.9901 87 4/7/2024
2024.0.11.9823 93 4/7/2024
2024.0.11.9401 101 4/2/2024
2024.0.11.9301 80 4/1/2024
2024.0.11.9206 86 3/31/2024
2024.0.11.9205 89 3/31/2024
2024.0.11.8200 110 3/21/2024
2024.0.11.8122 81 3/21/2024
2024.0.11.8120 91 3/21/2024
2024.0.11.7320 143 3/13/2024
2024.0.11.7316 109 3/13/2024
2024.0.11.7310 91 3/13/2024
2024.0.11 92 3/13/2024
2024.0.10 117 3/3/2024
2024.0.9 113 2/27/2024
2024.0.8 145 2/1/2024
2024.0.7 102 1/26/2024
2024.0.6 98 1/25/2024
2024.0.5 88 1/24/2024
2024.0.4 83 1/24/2024
2024.0.3 105 1/22/2024
2024.0.2 155 1/10/2024
2024.0.1 99 1/9/2024
2024.0.1-alpha-3 90 1/9/2024
2024.0.1-alpha-2 58 1/9/2024
2024.0.1-alpha-1 93 1/3/2024
2024.0.0 149 12/26/2023
2023.0.27 147 12/21/2023
2023.0.26 98 12/21/2023
2023.0.25 128 12/11/2023
2023.0.24 112 12/8/2023
2023.0.23 106 12/6/2023
2023.0.21 133 12/4/2023
2023.0.20 153 11/27/2023
2023.0.19 115 11/20/2023
2023.0.18 135 10/25/2023
2023.0.17 183 10/22/2023
2023.0.16 182 10/16/2023
2023.0.16-alpha-1 78 10/16/2023
2023.0.15 136 10/14/2023
2023.0.14 108 10/14/2023
2023.0.13 101 10/14/2023
2023.0.12 102 10/14/2023
2023.0.11 97 10/10/2023
2023.0.10 111 10/9/2023
2023.0.9 184 8/16/2023
2023.0.8 130 8/15/2023
2023.0.8-alpha-2 206 5/31/2023
2023.0.7 134 5/12/2023
2023.0.6 165 5/10/2023
2023.0.5 117 5/7/2023
2023.0.4 148 4/22/2023
2023.0.3 182 4/19/2023
2023.0.2 180 4/6/2023
2023.0.1 202 3/13/2023
2022.11.0 311 11/21/2022
2022.10.0 378 10/15/2022
2022.9.0 340 9/5/2022