Nucleo.EventBus 8.0.1

dotnet add package Nucleo.EventBus --version 8.0.1                
NuGet\Install-Package Nucleo.EventBus -Version 8.0.1                
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="Nucleo.EventBus" Version="8.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nucleo.EventBus --version 8.0.1                
#r "nuget: Nucleo.EventBus, 8.0.1"                
#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 Nucleo.EventBus as a Cake Addin
#addin nuget:?package=Nucleo.EventBus&version=8.0.1

// Install Nucleo.EventBus as a Cake Tool
#tool nuget:?package=Nucleo.EventBus&version=8.0.1                

Nucleo.EventBus

Overview

Nucleo.EventBus is a lightweight event bus library designed to facilitate communication between different parts of your application.

Features

  • Simple API
  • High performance
  • Easy integration

Installation

To install Nucleo.EventBus, use the following command:

dotnet add package Nucleo.EventBus

Usage

Here is a basic example of how to use Nucleo.EventBus:

using Nucleo.EventBus;

// Create an event bus instance
var eventBus = new EventBus();

// Subscribe to an event
eventBus.Subscribe<MyEvent>(e => Console.WriteLine($"Event received: {e.Message}"));

// Publish an event
eventBus.Publish(new MyEvent { Message = "Hello, World!" });

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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.
  • net8.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
Nucleo.EventBus.Cap

eventbus cap

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.1 103 10/7/2024
8.0.0 134 9/29/2024