DotNetBrightener.Plugins.EventPubSub.DependencyInjection 2024.0.14.6-preview-2421701

This is a prerelease version of DotNetBrightener.Plugins.EventPubSub.DependencyInjection.
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.6-preview-2421701
                    
NuGet\Install-Package DotNetBrightener.Plugins.EventPubSub.DependencyInjection -Version 2024.0.14.6-preview-2421701
                    
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.6-preview-2421701" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetBrightener.Plugins.EventPubSub.DependencyInjection" Version="2024.0.14.6-preview-2421701" />
                    
Directory.Packages.props
<PackageReference Include="DotNetBrightener.Plugins.EventPubSub.DependencyInjection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DotNetBrightener.Plugins.EventPubSub.DependencyInjection --version 2024.0.14.6-preview-2421701
                    
#r "nuget: DotNetBrightener.Plugins.EventPubSub.DependencyInjection, 2024.0.14.6-preview-2421701"
                    
#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.
#:package DotNetBrightener.Plugins.EventPubSub.DependencyInjection@2024.0.14.6-preview-2421701
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DotNetBrightener.Plugins.EventPubSub.DependencyInjection&version=2024.0.14.6-preview-2421701&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DotNetBrightener.Plugins.EventPubSub.DependencyInjection&version=2024.0.14.6-preview-2421701&prerelease
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
2025.0.6-preview-369 165 8/27/2025
2025.0.6-preview-368 167 8/27/2025
2025.0.6-preview-334 151 8/18/2025
2025.0.6-preview-333 72 7/27/2025
2025.0.6-preview-332 441 7/24/2025
2025.0.6-preview-331 447 7/24/2025
2025.0.6-preview-328 439 7/24/2025
2025.0.6-preview-327 281 7/21/2025
2025.0.6-preview-326 280 7/21/2025
2025.0.6-preview-325 191 7/20/2025
2025.0.6-preview-324 188 7/20/2025
2025.0.6-preview-322 187 7/20/2025
2025.0.6-preview-321 188 7/19/2025
2025.0.6-preview-320 188 7/19/2025
2025.0.6-preview-319 119 7/17/2025
2025.0.6-preview-317 118 7/17/2025
2025.0.6-preview-316 119 7/17/2025
2025.0.6-preview-315 119 7/17/2025
2025.0.6-preview-314 125 7/17/2025
2025.0.6-preview-313 139 7/17/2025
2025.0.6-preview-312 142 7/16/2025
2025.0.5 158 7/10/2025
2025.0.5-preview-307 83 7/5/2025
2025.0.4 85 7/5/2025
2025.0.4-preview-305 89 7/4/2025
2025.0.4-preview-304 147 7/1/2025
2025.0.4-preview-299 130 5/31/2025
2025.0.4-preview-298 112 5/30/2025
2025.0.4-preview-296 144 5/30/2025
2025.0.4-preview-295 161 5/29/2025
2025.0.4-preview-293 157 5/26/2025
2025.0.4-preview-292 156 5/26/2025
2025.0.3 164 2/10/2025
2025.0.3-preview-288 124 2/10/2025
2025.0.2 146 1/21/2025
2025.0.2-preview-278 103 1/21/2025
2025.0.2-preview-277 121 12/16/2024
2025.0.1-rc-243301701 405 11/25/2024
2024.0.14.6 159 11/25/2024
2024.0.14.6-rc-243031001 191 10/29/2024
2024.0.14.6-rc-243030701 125 10/29/2024
2024.0.14.6-rc-242840501 118 10/10/2024
2024.0.14.6-rc-242820305 116 10/8/2024
2024.0.14.6-rc-242771401 250 10/3/2024
2024.0.14.6-rc-242770501 117 10/3/2024
2024.0.14.6-rc-242770201 133 10/3/2024
2024.0.14.6-rc-242761801 123 10/2/2024
2024.0.14.6-rc-242761601 135 10/2/2024
2024.0.14.6-rc-242761501 119 10/2/2024
2024.0.14.6-rc-242761401 124 10/2/2024
2024.0.14.6-rc-242760701 143 10/2/2024
2024.0.14.6-rc-242751002 126 10/1/2024
2024.0.14.6-rc-242750901 132 10/1/2024
2024.0.14.6-rc-242750502 127 10/1/2024
2024.0.14.6-rc-242750201 127 10/1/2024
2024.0.14.6-rc-242741501 113 9/30/2024
2024.0.14.6-rc-242730701 137 9/29/2024
2024.0.14.6-preview-2730501 121 9/29/2024
2024.0.14.6-preview-2701501 147 9/26/2024
2024.0.14.6-preview-2620901 159 9/18/2024
2024.0.14.6-preview-2570701 140 9/13/2024
2024.0.14.6-preview-2510703 204 9/7/2024
2024.0.14.6-preview-2480501 156 9/4/2024
2024.0.14.6-preview-2430401 171 8/30/2024
2024.0.14.6-preview-242730701 121 9/29/2024
2024.0.14.6-preview-2421703 137 8/29/2024
2024.0.14.6-preview-2421701 124 8/29/2024
2024.0.14.6-preview-2420901 129 8/29/2024
2024.0.14.6-preview-2390101 143 8/26/2024
2024.0.14.6-preview-2381603 146 8/25/2024
2024.0.14.6-preview-2341601 166 8/21/2024
2024.0.14.6-preview-2321602 166 8/20/2024
2024.0.14.6-preview-2190801 168 8/6/2024
2024.0.14.6-preview-2041501 129 7/22/2024
2024.0.14.6-preview-1920603 190 7/10/2024
2024.0.14.6-preview-1920301 143 7/10/2024
2024.0.14.6-preview-1911302 149 7/9/2024
2024.0.14.6-preview-1901001 145 7/8/2024
2024.0.14.6-preview-1900901 142 7/8/2024
2024.0.14.6-preview-1900801 130 7/8/2024
2024.0.14.6-preview-1860304 144 7/4/2024
2024.0.14.5 215 7/1/2024
2024.0.14.5-preview-1811601 134 6/29/2024
2024.0.14.5-preview-1810501 159 6/29/2024
2024.0.14.5-preview-180132 154 6/28/2024
2024.0.14.5-preview-180131 141 6/28/2024
2024.0.14.5-preview-180121 131 6/28/2024
2024.0.14.4 174 6/27/2024
2024.0.14.4-preview-7 134 6/27/2024
2024.0.14.3 166 6/21/2024
2024.0.14.1 162 6/6/2024
2024.0.14.1-preview 138 6/6/2024
2024.0.14-preview-1 130 6/6/2024
2024.0.13.8-preview 137 6/6/2024
2024.0.13.1-preview-0146 138 6/6/2024
2024.0.12.15803-preview-03 133 6/6/2024
2024.0.12.15608 164 6/4/2024
2024.0.12.15515 248 6/3/2024
2024.0.12.15220 164 5/31/2024
2024.0.12.15220-alpha31-240... 135 5/31/2024
2024.0.12.14911 204 5/28/2024
2024.0.12.14910-alpha28-240... 147 5/28/2024
2024.0.12.14823 177 5/27/2024
2024.0.12.14522-alpha7-2405... 137 5/24/2024
2024.0.12.14514-alpha6-2405... 143 5/24/2024
2024.0.12.14511 181 5/24/2024
2024.0.12.14314 206 5/22/2024
2024.0.12.14114 197 5/20/2024
2024.0.12.12815 215 5/7/2024
2024.0.12.12814 181 5/7/2024
2024.0.12.12721 182 5/6/2024
2024.0.12.12702 177 5/5/2024
2024.0.12.12622 178 5/5/2024
2024.0.12.12514 159 5/4/2024
2024.0.12.12512 177 5/4/2024
2024.0.12.12510 168 5/4/2024
2024.0.12.12420 152 5/3/2024
2024.0.12.12319 125 5/2/2024
2024.0.12.12319-rc-2405021801 89 5/2/2024
2024.0.12.12318 117 5/2/2024
2024.0.12.12215 161 5/1/2024
2024.0.12.12011 180 4/29/2024
2024.0.12.11720 162 4/26/2024
2024.0.12.11719 167 4/26/2024
2024.0.12.11621 172 4/25/2024
2024.0.12.11523 155 4/24/2024
2024.0.12.11522 157 4/24/2024
2024.0.12.11417 191 4/23/2024
2024.0.12.11400 188 4/22/2024
2024.0.12.11316 173 4/22/2024
2024.0.11.10220 158 4/11/2024
2024.0.11.10120 155 4/10/2024
2024.0.11.10119 143 4/10/2024
2024.0.11.10115 156 4/10/2024
2024.0.11.9914 181 4/8/2024
2024.0.11.9901 160 4/7/2024
2024.0.11.9823 166 4/7/2024
2024.0.11.9401 161 4/2/2024
2024.0.11.9301 168 4/1/2024
2024.0.11.9206 157 3/31/2024
2024.0.11.9205 156 3/31/2024
2024.0.11.8200 178 3/21/2024
2024.0.11.8122 151 3/21/2024
2024.0.11.8120 154 3/21/2024
2024.0.11.7320 214 3/13/2024
2024.0.11.7316 183 3/13/2024
2024.0.11.7310 163 3/13/2024
2024.0.11 162 3/13/2024
2024.0.10 194 3/3/2024
2024.0.9 183 2/27/2024
2024.0.8 215 2/1/2024
2024.0.7 170 1/26/2024
2024.0.6 163 1/25/2024
2024.0.5 153 1/24/2024
2024.0.4 152 1/24/2024
2024.0.3 174 1/22/2024
2024.0.2 221 1/10/2024
2024.0.1 169 1/9/2024
2024.0.1-alpha-3 147 1/9/2024
2024.0.1-alpha-2 124 1/9/2024
2024.0.1-alpha-1 157 1/3/2024
2024.0.0 217 12/26/2023
2023.0.27 213 12/21/2023
2023.0.26 163 12/21/2023
2023.0.25 196 12/11/2023
2023.0.24 172 12/8/2023
2023.0.23 169 12/6/2023
2023.0.21 195 12/4/2023
2023.0.20 205 11/27/2023
2023.0.19 165 11/20/2023
2023.0.18 191 10/25/2023
2023.0.17 237 10/22/2023
2023.0.16 248 10/16/2023
2023.0.16-alpha-1 132 10/16/2023
2023.0.15 199 10/14/2023
2023.0.14 167 10/14/2023
2023.0.13 162 10/14/2023
2023.0.12 161 10/14/2023
2023.0.11 160 10/10/2023
2023.0.10 171 10/9/2023
2023.0.9 265 8/16/2023
2023.0.8 200 8/15/2023
2023.0.8-alpha-2 284 5/31/2023
2023.0.7 220 5/12/2023
2023.0.6 370 5/10/2023
2023.0.5 202 5/7/2023
2023.0.4 235 4/22/2023
2023.0.3 270 4/19/2023
2023.0.2 265 4/6/2023
2023.0.1 291 3/13/2023
2022.11.0 390 11/21/2022
2022.10.0 453 10/15/2022
2022.9.0 436 9/5/2022