Quorix 1.0.2
dotnet add package Quorix --version 1.0.2
NuGet\Install-Package Quorix -Version 1.0.2
<PackageReference Include="Quorix" Version="1.0.2" />
<PackageVersion Include="Quorix" Version="1.0.2" />
<PackageReference Include="Quorix" />
paket add Quorix --version 1.0.2
#r "nuget: Quorix, 1.0.2"
#addin nuget:?package=Quorix&version=1.0.2
#tool nuget:?package=Quorix&version=1.0.2
Quorix
Quorix is a lightweight, high-performance, and extensible Mediator & Message Dispatching Infrastructure built for modern .NET applications. Designed with clean architecture and CQRS principles in mind, it enables your system to scale with clear separation of concerns, high testability, and plug-and-play pipeline behaviors — all without depending on any external mediator library like MediatR.
This package is built with commercial-grade projects in mind, offering a minimalistic core and extension points that fit enterprise-level service-oriented architectures and microservices.
✨ Key Features
- ✅ Zero External Dependencies: Built from the ground up — no reliance on MediatR or others.
- 🧠 Interfaces for Command, Query, and Event Segregation:
ICommand
,IQuery
,IEvent
- 🧩 Handler Abstractions:
ICommandHandler<TRequest, TResponse>
IQueryHandler<TRequest, TResponse>
IEventHandler<TEvent>
- 🚀 Pipeline Extensibility:
IPipelineBehavior<TRequest, TResponse>
andRequestHandlerDelegate<TResponse>
to implement middleware like logging, caching, retries, validation, etc.
- 🔄 Command Bus:
ICommandBus
&CommandBusMediator
for unified and testable message dispatching
- 🧪 Testing-Friendly:
- Mockable interfaces, clear contracts
- 🧱 Foundation for Commercial Systems:
- Suitable for DDD, Microservices, Modular Monoliths
💼 Why Quorix?
Unlike general-purpose mediators, Quorix.Mediator is created with real-world business complexity in mind. Whether you're building a large ERP, SaaS platform, e-commerce backend, or distributed microservices — Quorix gives you:
- Full control over the message pipeline
- High customization capacity for behaviors (e.g., observability, metrics, resilience)
- Lightweight and focused core infrastructure
- Ready-to-extend architecture for vertical scalability
📦 Installation
You can install it via NuGet CLI:
dotnet add package Quorix.Mediator
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Quorix:
Package | Downloads |
---|---|
Quorix.Pipeline
Extensible middleware layer for Quorix.Mediator, supporting Logging, Retry, Circuit Breaker, Validation, Caching and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.