Quorix 1.0.2

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

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> and RequestHandlerDelegate<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 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. 
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 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.

Version Downloads Last Updated
1.0.2 147 5/27/2025
1.0.1 139 5/27/2025
1.0.0 138 5/27/2025