Mediator.Abstractions 0.1.4-preview

This is a prerelease version of Mediator.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Mediator.Abstractions --version 0.1.4-preview
                    
NuGet\Install-Package Mediator.Abstractions -Version 0.1.4-preview
                    
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="Mediator.Abstractions" Version="0.1.4-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mediator.Abstractions" Version="0.1.4-preview" />
                    
Directory.Packages.props
<PackageReference Include="Mediator.Abstractions" />
                    
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 Mediator.Abstractions --version 0.1.4-preview
                    
#r "nuget: Mediator.Abstractions, 0.1.4-preview"
                    
#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.
#:package Mediator.Abstractions@0.1.4-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mediator.Abstractions&version=0.1.4-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Mediator.Abstractions&version=0.1.4-preview&prerelease
                    
Install as a Cake Tool

Abstractions for the Mediator.SourceGenerator package.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (81)

Showing the top 5 NuGet packages that depend on Mediator.Abstractions:

Package Downloads
Ardalis.SharedKernel

An example shared kernel project/package for use with Ardalis.CleanArchitecture template. You should probably replace this with your own package!

ModularPipelines

Write your pipelines in C#!

Reo.Core.BaseDomainModels.MediatorGenerator

Package Description

Reo.Core.Application.Abstractions.MediatorGenerator

Package Description

Energinet.DataHub.ElectricityMarket.Abstractions

[Release Notes](https://github.com/Energinet-DataHub/geh-electricity-market/blob/master/docs/ElectricityMarket.Client/ReleaseNotes/ReleaseNotes.md) [Documentation](https://github.com/Energinet-DataHub/geh-electricity-market/blob/master/docs/ElectricityMarket.Client/Documentation.md)

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on Mediator.Abstractions:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
TimeWarpEngineering/timewarp-state
A Blazor State management library by TimeWarp.
thomhurst/ModularPipelines
Write your pipelines in C# !
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
codewithmukesh/dotnet-webapi-zero-to-hero-course
Learn .NET 10 Web APIs the Right Way – From Basics to Production-Ready!
hasanxdev/DispatchR
Fast, zero-alloc alternative to MediatR for .NET – minimal, blazing fast, and DI-friendly.
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
Calabonga/Microservice-Template
Templates for microservice architecture. Nimble Microservice Framework contains two modules. The first with OpenIddict and the second without OpenIddict. Templates are built on ASP.NET Core platform with different versions Core3.1, NET6, NET7 and NET8. You can create a new project extremely fast: in Visual Studio, Rider, dotnet CLI.
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
RaythaHQ/raytha
Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
neozhu/cleanaspire
CleanAspire is a cloud-native template built on Aspire, using .NET 10 Minimal APIs and Blazor WebAssembly to deliver lightweight, scalable PWAs with offline support.
ardalis/modulith
Modulith is a dotnet new template for Modular Monoliths. It streamlines the creation of new .Net solutions and the addition of modules to existing ones.
salihcantekin/Space
High-performance, source-generator powered mediator and messaging framework for .NET.
ardalis/Ardalis.SharedKernel
Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.
minhsangdotcom/clean-architecture
Clean Architecture template for .NET 🚀
ktutak1337/Stellar-Chat
A versatile multi-modal chat application that enables users to develop custom agents, create images, leverage visual recognition, and engage in voice interactions. It integrates seamlessly with local LLMs and commercial models like OpenAI, Gemini, Perplexity, and Claude, and allows to converse with uploaded documents and websites.
Version Downloads Last Updated
3.1.0-rc.1 10,920 3/22/2026
3.1.0-preview.22 73,793 3/2/2026
3.1.0-preview.21 74 3/1/2026
3.1.0-preview.17 1,913 2/8/2026
3.1.0-preview.14 18,674 11/16/2025
3.1.0-preview.5 3,261 11/9/2025
3.1.0-preview.4 1,331 10/26/2025
3.0.2 306,248 3/22/2026
3.0.1 2,108,560 8/5/2025
3.0.0-preview.67 840 8/5/2025
3.0.0-preview.66 426 8/5/2025
3.0.0-preview.65 192,675 5/12/2025
3.0.0-preview.64 18,993 5/6/2025
3.0.0-preview.63 875 5/5/2025
3.0.0-preview.62 675 5/4/2025
3.0.0-preview.60 356 5/3/2025
3.0.0-preview.59 280 5/3/2025
3.0.0-preview.58 283 5/3/2025
3.0.0-preview.57 639 5/2/2025
0.1.4-preview 614 5/20/2021
Loading failed