Meridian.Mediator
Requests, notifications, streams, pipeline behaviors, and focused abstractions (ISender, IPublisher, IStreamSender).
Open Source · .NET 8–11
A lightweight toolset for .NET applications — Meridian.Mediator for CQRS-style in-process messaging and Meridian.Mapping for high-performance object mapping.
Requests, notifications, streams, pipeline behaviors, and focused abstractions (ISender, IPublisher, IStreamSender).
Profiles, resolvers, converters, and query projection with a performance-first mapping pipeline.
services.AddMeridianMediator(cfg =>
{
cfg.RegisterServicesFromAssemblyContaining<Program>();
});