Implements the EventAggregator pattern to subscribe and publish events in a type-safe manner.
Info
| Version: | 3.0.1 |
| Author(s): | Micky5991 |
| Last Update: | Wednesday, December 4, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Micky5991/EventAggregator |
| NuGet Url: | https://www.nuget.org/packages/Micky5991.EventAggregator |
Install
Install-Package Micky5991.EventAggregator
dotnet add package Micky5991.EventAggregator
paket add Micky5991.EventAggregator
Micky5991.EventAggregator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0 && < 5.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0 && < 5.1.0)
- System.Collections.Immutable(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0 && < 5.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0 && < 5.1.0)
- System.Collections.Immutable(>= 5.0.0)