DotNetBrightener.Plugins.EventPubSub.DependencyInjection 2024.0.14.6-rc-242820305

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-rc-242820305
                    
NuGet\Install-Package DotNetBrightener.Plugins.EventPubSub.DependencyInjection -Version 2024.0.14.6-rc-242820305
                    
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-rc-242820305" />
                    
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-rc-242820305" />
                    
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-rc-242820305
                    
#r "nuget: DotNetBrightener.Plugins.EventPubSub.DependencyInjection, 2024.0.14.6-rc-242820305"
                    
#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-rc-242820305
                    
#: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-rc-242820305&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DotNetBrightener.Plugins.EventPubSub.DependencyInjection&version=2024.0.14.6-rc-242820305&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.9-preview-487 36 9/29/2025
2025.0.9-preview-481 40 9/29/2025
2025.0.9-preview-473 46 9/28/2025
2025.0.8 190 9/23/2025
2025.0.6 185 9/22/2025
2025.0.6-preview-455 183 9/22/2025
2025.0.6-preview-454 289 9/17/2025
2025.0.6-preview-441 132 9/14/2025
2025.0.6-preview-440 139 9/14/2025
2025.0.6-preview-406 179 9/2/2025
2025.0.6-preview-401 145 9/2/2025
2025.0.6-preview-400 153 9/2/2025
2025.0.6-preview-369 196 8/27/2025
2025.0.6-preview-368 190 8/27/2025
2025.0.6-preview-334 171 8/18/2025
2025.0.6-preview-333 107 7/27/2025
2025.0.6-preview-332 482 7/24/2025
2025.0.6-preview-331 486 7/24/2025
2025.0.6-preview-328 482 7/24/2025
2025.0.6-preview-327 348 7/21/2025
2025.0.6-preview-326 341 7/21/2025
2025.0.6-preview-325 254 7/20/2025
2025.0.6-preview-324 245 7/20/2025
2025.0.6-preview-322 247 7/20/2025
2025.0.6-preview-321 248 7/19/2025
2025.0.6-preview-320 248 7/19/2025
2025.0.6-preview-319 157 7/17/2025
2025.0.6-preview-317 156 7/17/2025
2025.0.6-preview-316 152 7/17/2025
2025.0.6-preview-315 155 7/17/2025
2025.0.6-preview-314 154 7/17/2025
2025.0.6-preview-313 157 7/17/2025
2025.0.6-preview-312 160 7/16/2025
2025.0.5 178 7/10/2025
2025.0.5-preview-307 93 7/5/2025
2025.0.4 105 7/5/2025
2025.0.4-preview-305 111 7/4/2025
2025.0.4-preview-304 158 7/1/2025
2025.0.4-preview-299 141 5/31/2025
2025.0.4-preview-298 116 5/30/2025
2025.0.4-preview-296 156 5/30/2025
2025.0.4-preview-295 171 5/29/2025
2025.0.4-preview-293 169 5/26/2025
2025.0.4-preview-292 164 5/26/2025
2025.0.3 191 2/10/2025
2025.0.3-preview-288 131 2/10/2025
2025.0.2 162 1/21/2025
2025.0.2-preview-278 106 1/21/2025
2025.0.2-preview-277 132 12/16/2024
2025.0.1-rc-243301701 415 11/25/2024
2024.0.14.6 176 11/25/2024
2024.0.14.6-rc-243031001 198 10/29/2024
2024.0.14.6-rc-243030701 144 10/29/2024
2024.0.14.6-rc-242840501 133 10/10/2024
2024.0.14.6-rc-242820305 125 10/8/2024
2024.0.14.6-rc-242771401 259 10/3/2024
2024.0.14.6-rc-242770501 136 10/3/2024
2024.0.14.6-rc-242770201 145 10/3/2024
2024.0.14.6-rc-242761801 133 10/2/2024
2024.0.14.6-rc-242761601 140 10/2/2024
2024.0.14.6-rc-242761501 120 10/2/2024
2024.0.14.6-rc-242761401 133 10/2/2024
2024.0.14.6-rc-242760701 151 10/2/2024
2024.0.14.6-rc-242751002 141 10/1/2024
2024.0.14.6-rc-242750901 142 10/1/2024
2024.0.14.6-rc-242750502 132 10/1/2024
2024.0.14.6-rc-242750201 139 10/1/2024
2024.0.14.6-rc-242741501 118 9/30/2024
2024.0.14.6-rc-242730701 141 9/29/2024
2024.0.14.6-preview-2730501 130 9/29/2024
2024.0.14.6-preview-2701501 160 9/26/2024
2024.0.14.6-preview-2620901 168 9/18/2024
2024.0.14.6-preview-2570701 155 9/13/2024
2024.0.14.6-preview-2510703 217 9/7/2024
2024.0.14.6-preview-2480501 170 9/4/2024
2024.0.14.6-preview-2430401 180 8/30/2024
2024.0.14.6-preview-242730701 134 9/29/2024
2024.0.14.6-preview-2421703 161 8/29/2024
2024.0.14.6-preview-2421701 137 8/29/2024
2024.0.14.6-preview-2420901 139 8/29/2024
2024.0.14.6-preview-2390101 156 8/26/2024
2024.0.14.6-preview-2381603 159 8/25/2024
2024.0.14.6-preview-2341601 179 8/21/2024
2024.0.14.6-preview-2321602 181 8/20/2024
2024.0.14.6-preview-2190801 177 8/6/2024
2024.0.14.6-preview-2041501 142 7/22/2024
2024.0.14.6-preview-1920603 205 7/10/2024
2024.0.14.6-preview-1920301 151 7/10/2024
2024.0.14.6-preview-1911302 163 7/9/2024
2024.0.14.6-preview-1901001 153 7/8/2024
2024.0.14.6-preview-1900901 152 7/8/2024
2024.0.14.6-preview-1900801 138 7/8/2024
2024.0.14.6-preview-1860304 151 7/4/2024
2024.0.14.5 232 7/1/2024
2024.0.14.5-preview-1811601 147 6/29/2024
2024.0.14.5-preview-1810501 172 6/29/2024
2024.0.14.5-preview-180132 169 6/28/2024
2024.0.14.5-preview-180131 154 6/28/2024
2024.0.14.5-preview-180121 138 6/28/2024
2024.0.14.4 197 6/27/2024
2024.0.14.4-preview-7 143 6/27/2024
2024.0.14.3 196 6/21/2024
2024.0.14.1 183 6/6/2024
2024.0.14.1-preview 147 6/6/2024
2024.0.14-preview-1 135 6/6/2024
2024.0.13.8-preview 146 6/6/2024
2024.0.13.1-preview-0146 156 6/6/2024
2024.0.12.15803-preview-03 147 6/6/2024
2024.0.12.15608 179 6/4/2024
2024.0.12.15515 263 6/3/2024
2024.0.12.15220 183 5/31/2024
2024.0.12.15220-alpha31-240... 144 5/31/2024
2024.0.12.14911 232 5/28/2024
2024.0.12.14910-alpha28-240... 153 5/28/2024
2024.0.12.14823 202 5/27/2024
2024.0.12.14522-alpha7-2405... 147 5/24/2024
2024.0.12.14514-alpha6-2405... 152 5/24/2024
2024.0.12.14511 203 5/24/2024
2024.0.12.14314 226 5/22/2024
2024.0.12.14114 211 5/20/2024
2024.0.12.12815 233 5/7/2024
2024.0.12.12814 202 5/7/2024
2024.0.12.12721 203 5/6/2024
2024.0.12.12702 194 5/5/2024
2024.0.12.12622 191 5/5/2024
2024.0.12.12514 176 5/4/2024
2024.0.12.12512 193 5/4/2024
2024.0.12.12510 185 5/4/2024
2024.0.12.12420 164 5/3/2024
2024.0.12.12319 151 5/2/2024
2024.0.12.12319-rc-2405021801 95 5/2/2024
2024.0.12.12318 130 5/2/2024
2024.0.12.12215 173 5/1/2024
2024.0.12.12011 192 4/29/2024
2024.0.12.11720 169 4/26/2024
2024.0.12.11719 192 4/26/2024
2024.0.12.11621 187 4/25/2024
2024.0.12.11523 170 4/24/2024
2024.0.12.11522 174 4/24/2024
2024.0.12.11417 198 4/23/2024
2024.0.12.11400 200 4/22/2024
2024.0.12.11316 192 4/22/2024
2024.0.11.10220 170 4/11/2024
2024.0.11.10120 178 4/10/2024
2024.0.11.10119 151 4/10/2024
2024.0.11.10115 164 4/10/2024
2024.0.11.9914 193 4/8/2024
2024.0.11.9901 173 4/7/2024
2024.0.11.9823 177 4/7/2024
2024.0.11.9401 174 4/2/2024
2024.0.11.9301 180 4/1/2024
2024.0.11.9206 169 3/31/2024
2024.0.11.9205 164 3/31/2024
2024.0.11.8200 187 3/21/2024
2024.0.11.8122 163 3/21/2024
2024.0.11.8120 165 3/21/2024
2024.0.11.7320 221 3/13/2024
2024.0.11.7316 202 3/13/2024
2024.0.11.7310 188 3/13/2024
2024.0.11 177 3/13/2024
2024.0.10 207 3/3/2024
2024.0.9 194 2/27/2024
2024.0.8 237 2/1/2024
2024.0.7 192 1/26/2024
2024.0.6 176 1/25/2024
2024.0.5 161 1/24/2024
2024.0.4 165 1/24/2024
2024.0.3 183 1/22/2024
2024.0.2 230 1/10/2024
2024.0.1 180 1/9/2024
2024.0.1-alpha-3 163 1/9/2024
2024.0.1-alpha-2 130 1/9/2024
2024.0.1-alpha-1 173 1/3/2024
2024.0.0 230 12/26/2023
2023.0.27 226 12/21/2023
2023.0.26 175 12/21/2023
2023.0.25 210 12/11/2023
2023.0.24 184 12/8/2023
2023.0.23 176 12/6/2023
2023.0.21 202 12/4/2023
2023.0.20 211 11/27/2023
2023.0.19 179 11/20/2023
2023.0.18 193 10/25/2023
2023.0.17 244 10/22/2023
2023.0.16 264 10/16/2023
2023.0.16-alpha-1 149 10/16/2023
2023.0.15 206 10/14/2023
2023.0.14 174 10/14/2023
2023.0.13 164 10/14/2023
2023.0.12 168 10/14/2023
2023.0.11 161 10/10/2023
2023.0.10 177 10/9/2023
2023.0.9 277 8/16/2023
2023.0.8 214 8/15/2023
2023.0.8-alpha-2 298 5/31/2023
2023.0.7 235 5/12/2023
2023.0.6 394 5/10/2023
2023.0.5 216 5/7/2023
2023.0.4 250 4/22/2023
2023.0.3 286 4/19/2023
2023.0.2 290 4/6/2023
2023.0.1 308 3/13/2023
2022.11.0 401 11/21/2022
2022.10.0 466 10/15/2022
2022.9.0 449 9/5/2022