DrifterApps.Seeds.Application.Mediatr 1.0.150

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

Seeds of Application Mediatr

This package contains various utility classes when using the Mediatr library from Jimmy Bogard in your domain driven design application layer.

Installation

dotnet add package DrifterApps.Seeds.Application.Mediatr

Registering with MediatRServiceConfiguration

Follow the instructions in the Mediatr documentation. But as of writing this, you can register the open generic behaviors as such:

    services.AddMediatR(serviceConfiguration =>
    {
        serviceConfiguration.RegisterServicesFromApplication();
    });
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.150 351 11/25/2025 1.0.150 is deprecated because it is no longer maintained.
1.0.148 283 11/15/2025
1.0.140 1,305 6/1/2025
1.0.137 1,690 4/10/2025
1.0.135 596 3/15/2025
1.0.131 1,271 1/31/2025
1.0.130 223 1/31/2025
1.0.129 220 1/30/2025
1.0.128 203 1/30/2025
1.0.126 219 1/28/2025
1.0.125 498 1/17/2025
1.0.124 210 1/17/2025
1.0.121 198 1/11/2025
1.0.112 256 12/4/2024
1.0.108 232 12/3/2024
1.0.107 223 12/1/2024
1.0.106 239 12/1/2024
1.0.105 207 12/1/2024
1.0.104 223 11/30/2024
1.0.103 247 11/29/2024
Loading failed