DotNetBrightener.Plugins.EventPubSub.DependencyInjection 2025.0.4-preview-296

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 2025.0.4-preview-296
                    
NuGet\Install-Package DotNetBrightener.Plugins.EventPubSub.DependencyInjection -Version 2025.0.4-preview-296
                    
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="2025.0.4-preview-296" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetBrightener.Plugins.EventPubSub.DependencyInjection" Version="2025.0.4-preview-296" />
                    
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 2025.0.4-preview-296
                    
#r "nuget: DotNetBrightener.Plugins.EventPubSub.DependencyInjection, 2025.0.4-preview-296"
                    
#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@2025.0.4-preview-296
                    
#: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=2025.0.4-preview-296&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DotNetBrightener.Plugins.EventPubSub.DependencyInjection&version=2025.0.4-preview-296&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 net9.0 is compatible.  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.9-preview-509 149 10/2/2025
2025.0.9-preview-508 136 10/2/2025
2025.0.9-preview-487 189 9/29/2025
2025.0.9-preview-481 179 9/29/2025
2025.0.9-preview-473 158 9/28/2025
2025.0.8 199 9/23/2025
2025.0.6 193 9/22/2025
2025.0.6-preview-455 191 9/22/2025
2025.0.6-preview-454 291 9/17/2025
2025.0.6-preview-441 135 9/14/2025
2025.0.6-preview-440 146 9/14/2025
2025.0.6-preview-406 185 9/2/2025
2025.0.6-preview-401 151 9/2/2025
2025.0.6-preview-400 160 9/2/2025
2025.0.6-preview-369 202 8/27/2025
2025.0.6-preview-368 196 8/27/2025
2025.0.6-preview-334 175 8/18/2025
2025.0.6-preview-333 114 7/27/2025
2025.0.6-preview-332 488 7/24/2025
2025.0.6-preview-331 492 7/24/2025
2025.0.6-preview-328 488 7/24/2025
2025.0.6-preview-327 355 7/21/2025
2025.0.6-preview-326 347 7/21/2025
2025.0.6-preview-325 260 7/20/2025
2025.0.6-preview-324 248 7/20/2025
2025.0.6-preview-322 253 7/20/2025
2025.0.6-preview-321 253 7/19/2025
2025.0.6-preview-320 254 7/19/2025
2025.0.6-preview-319 164 7/17/2025
2025.0.6-preview-317 162 7/17/2025
2025.0.6-preview-316 158 7/17/2025
2025.0.6-preview-315 162 7/17/2025
2025.0.6-preview-314 160 7/17/2025
2025.0.6-preview-313 160 7/17/2025
2025.0.6-preview-312 166 7/16/2025
2025.0.5 186 7/10/2025
2025.0.5-preview-307 100 7/5/2025
2025.0.4 112 7/5/2025
2025.0.4-preview-305 117 7/4/2025
2025.0.4-preview-304 164 7/1/2025
2025.0.4-preview-299 149 5/31/2025
2025.0.4-preview-298 123 5/30/2025
2025.0.4-preview-296 162 5/30/2025
2025.0.4-preview-295 177 5/29/2025
2025.0.4-preview-293 175 5/26/2025
2025.0.4-preview-292 170 5/26/2025
2025.0.3 196 2/10/2025
2025.0.3-preview-288 137 2/10/2025
2025.0.2 166 1/21/2025
2025.0.2-preview-278 112 1/21/2025
2025.0.2-preview-277 135 12/16/2024
2025.0.1-rc-243301701 423 11/25/2024
2024.0.14.6 185 11/25/2024
2024.0.14.6-rc-243031001 206 10/29/2024
2024.0.14.6-rc-243030701 152 10/29/2024
2024.0.14.6-rc-242840501 137 10/10/2024
2024.0.14.6-rc-242820305 133 10/8/2024
2024.0.14.6-rc-242771401 267 10/3/2024
2024.0.14.6-rc-242770501 144 10/3/2024
2024.0.14.6-rc-242770201 149 10/3/2024
2024.0.14.6-rc-242761801 139 10/2/2024
2024.0.14.6-rc-242761601 148 10/2/2024
2024.0.14.6-rc-242761501 128 10/2/2024
2024.0.14.6-rc-242761401 141 10/2/2024
2024.0.14.6-rc-242760701 163 10/2/2024
2024.0.14.6-rc-242751002 149 10/1/2024
2024.0.14.6-rc-242750901 150 10/1/2024
2024.0.14.6-rc-242750502 140 10/1/2024
2024.0.14.6-rc-242750201 148 10/1/2024
2024.0.14.6-rc-242741501 125 9/30/2024
2024.0.14.6-rc-242730701 149 9/29/2024
2024.0.14.6-preview-2730501 134 9/29/2024
2024.0.14.6-preview-2701501 168 9/26/2024
2024.0.14.6-preview-2620901 176 9/18/2024
2024.0.14.6-preview-2570701 163 9/13/2024
2024.0.14.6-preview-2510703 224 9/7/2024
2024.0.14.6-preview-2480501 178 9/4/2024
2024.0.14.6-preview-2430401 188 8/30/2024
2024.0.14.6-preview-242730701 142 9/29/2024
2024.0.14.6-preview-2421703 169 8/29/2024
2024.0.14.6-preview-2421701 145 8/29/2024
2024.0.14.6-preview-2420901 147 8/29/2024
2024.0.14.6-preview-2390101 164 8/26/2024
2024.0.14.6-preview-2381603 167 8/25/2024
2024.0.14.6-preview-2341601 187 8/21/2024
2024.0.14.6-preview-2321602 193 8/20/2024
2024.0.14.6-preview-2190801 181 8/6/2024
2024.0.14.6-preview-2041501 146 7/22/2024
2024.0.14.6-preview-1920603 213 7/10/2024
2024.0.14.6-preview-1920301 159 7/10/2024
2024.0.14.6-preview-1911302 171 7/9/2024
2024.0.14.6-preview-1901001 161 7/8/2024
2024.0.14.6-preview-1900901 160 7/8/2024
2024.0.14.6-preview-1900801 146 7/8/2024
2024.0.14.6-preview-1860304 159 7/4/2024
2024.0.14.5 242 7/1/2024
2024.0.14.5-preview-1811601 156 6/29/2024
2024.0.14.5-preview-1810501 182 6/29/2024
2024.0.14.5-preview-180132 177 6/28/2024
2024.0.14.5-preview-180131 162 6/28/2024
2024.0.14.5-preview-180121 146 6/28/2024
2024.0.14.4 206 6/27/2024
2024.0.14.4-preview-7 147 6/27/2024
2024.0.14.3 204 6/21/2024
2024.0.14.1 187 6/6/2024
2024.0.14.1-preview 155 6/6/2024
2024.0.14-preview-1 135 6/6/2024
2024.0.13.8-preview 156 6/6/2024
2024.0.13.1-preview-0146 164 6/6/2024
2024.0.12.15803-preview-03 155 6/6/2024
2024.0.12.15608 191 6/4/2024
2024.0.12.15515 271 6/3/2024
2024.0.12.15220 190 5/31/2024
2024.0.12.15220-alpha31-240... 152 5/31/2024
2024.0.12.14911 240 5/28/2024
2024.0.12.14910-alpha28-240... 157 5/28/2024
2024.0.12.14823 212 5/27/2024
2024.0.12.14522-alpha7-2405... 156 5/24/2024
2024.0.12.14514-alpha6-2405... 160 5/24/2024
2024.0.12.14511 211 5/24/2024
2024.0.12.14314 234 5/22/2024
2024.0.12.14114 219 5/20/2024
2024.0.12.12815 245 5/7/2024
2024.0.12.12814 206 5/7/2024
2024.0.12.12721 211 5/6/2024
2024.0.12.12702 198 5/5/2024
2024.0.12.12622 195 5/5/2024
2024.0.12.12514 180 5/4/2024
2024.0.12.12512 201 5/4/2024
2024.0.12.12510 189 5/4/2024
2024.0.12.12420 168 5/3/2024
2024.0.12.12319 155 5/2/2024
2024.0.12.12319-rc-2405021801 99 5/2/2024
2024.0.12.12318 134 5/2/2024
2024.0.12.12215 177 5/1/2024
2024.0.12.12011 196 4/29/2024
2024.0.12.11720 173 4/26/2024
2024.0.12.11719 196 4/26/2024
2024.0.12.11621 191 4/25/2024
2024.0.12.11523 174 4/24/2024
2024.0.12.11522 178 4/24/2024
2024.0.12.11417 198 4/23/2024
2024.0.12.11400 203 4/22/2024
2024.0.12.11316 198 4/22/2024
2024.0.11.10220 174 4/11/2024
2024.0.11.10120 178 4/10/2024
2024.0.11.10119 155 4/10/2024
2024.0.11.10115 168 4/10/2024
2024.0.11.9914 197 4/8/2024
2024.0.11.9901 177 4/7/2024
2024.0.11.9823 181 4/7/2024
2024.0.11.9401 174 4/2/2024
2024.0.11.9301 184 4/1/2024
2024.0.11.9206 173 3/31/2024
2024.0.11.9205 168 3/31/2024
2024.0.11.8200 192 3/21/2024
2024.0.11.8122 168 3/21/2024
2024.0.11.8120 168 3/21/2024
2024.0.11.7320 225 3/13/2024
2024.0.11.7316 206 3/13/2024
2024.0.11.7310 192 3/13/2024
2024.0.11 181 3/13/2024
2024.0.10 211 3/3/2024
2024.0.9 198 2/27/2024
2024.0.8 244 2/1/2024
2024.0.7 198 1/26/2024
2024.0.6 180 1/25/2024
2024.0.5 165 1/24/2024
2024.0.4 169 1/24/2024
2024.0.3 187 1/22/2024
2024.0.2 235 1/10/2024
2024.0.1 187 1/9/2024
2024.0.1-alpha-3 166 1/9/2024
2024.0.1-alpha-2 134 1/9/2024
2024.0.1-alpha-1 179 1/3/2024
2024.0.0 235 12/26/2023
2023.0.27 231 12/21/2023
2023.0.26 181 12/21/2023
2023.0.25 215 12/11/2023
2023.0.24 190 12/8/2023
2023.0.23 181 12/6/2023
2023.0.21 208 12/4/2023
2023.0.20 217 11/27/2023
2023.0.19 179 11/20/2023
2023.0.18 198 10/25/2023
2023.0.17 250 10/22/2023
2023.0.16 270 10/16/2023
2023.0.16-alpha-1 154 10/16/2023
2023.0.15 212 10/14/2023
2023.0.14 182 10/14/2023
2023.0.13 169 10/14/2023
2023.0.12 173 10/14/2023
2023.0.11 168 10/10/2023
2023.0.10 182 10/9/2023
2023.0.9 283 8/16/2023
2023.0.8 220 8/15/2023
2023.0.8-alpha-2 304 5/31/2023
2023.0.7 240 5/12/2023
2023.0.6 401 5/10/2023
2023.0.5 223 5/7/2023
2023.0.4 256 4/22/2023
2023.0.3 293 4/19/2023
2023.0.2 297 4/6/2023
2023.0.1 314 3/13/2023
2022.11.0 403 11/21/2022
2022.10.0 467 10/15/2022
2022.9.0 452 9/5/2022