FonRadar.Base.EventBus 1.0.7-beta

This is a prerelease version of FonRadar.Base.EventBus.
dotnet add package FonRadar.Base.EventBus --version 1.0.7-beta
                    
NuGet\Install-Package FonRadar.Base.EventBus -Version 1.0.7-beta
                    
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="FonRadar.Base.EventBus" Version="1.0.7-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FonRadar.Base.EventBus" Version="1.0.7-beta" />
                    
Directory.Packages.props
<PackageReference Include="FonRadar.Base.EventBus" />
                    
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 FonRadar.Base.EventBus --version 1.0.7-beta
                    
#r "nuget: FonRadar.Base.EventBus, 1.0.7-beta"
                    
#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 FonRadar.Base.EventBus@1.0.7-beta
                    
#: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=FonRadar.Base.EventBus&version=1.0.7-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FonRadar.Base.EventBus&version=1.0.7-beta&prerelease
                    
Install as a Cake Tool

EventBus

FonRadar.Base

The EventBus library provides core requirements of eventing. They are listed below:

ISubscriptionManager

SubscriptionManager helps to matching events and their handlers and finding all registered handlers by event.

Usage

To use this library, you should follow the below steps.

Add to project

You need to add the package to your project with using following command:

dotnet add package FonRadar.Base.EventBus

Also you can use Nuget UI on your IDE to get the EventBus library.

Required Namaspace

You must be sure the below namespace already decleared in your code file.

using FonRadar.Base.EventBus

Dependency Registration

services.AddEventBus();

After call the AddEventBus() it returns IEventBusServiceCollection that can be using to specialize service registration methods.

The IEventBusServiceCollection is inherited from IServiceCollection.

Also this way is easy to register internal dependencies.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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.  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 (1)

Showing the top 1 NuGet packages that depend on FonRadar.Base.EventBus:

Package Downloads
FonRadar.Base.EventBus.Kafka

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.7-beta 4,077 3/22/2023
1.0.6-beta 1,496 2/27/2023
1.0.5-beta 181 2/24/2023
1.0.4-beta 169 2/14/2023
1.0.3-beta 156 2/14/2023
1.0.2-beta 157 2/14/2023
1.0.1-beta 156 2/14/2023
1.0.0-beta 200 1/16/2023