OperationResult.MediatorIntegration 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package OperationResult.MediatorIntegration --version 2.1.1                
NuGet\Install-Package OperationResult.MediatorIntegration -Version 2.1.1                
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="OperationResult.MediatorIntegration" Version="2.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OperationResult.MediatorIntegration --version 2.1.1                
#r "nuget: OperationResult.MediatorIntegration, 2.1.1"                
#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.
// Install OperationResult.MediatorIntegration as a Cake Addin
#addin nuget:?package=OperationResult.MediatorIntegration&version=2.1.1

// Install OperationResult.MediatorIntegration as a Cake Tool
#tool nuget:?package=OperationResult.MediatorIntegration&version=2.1.1                

OperationResult.MediatorIntegration

Defines contracts for MediatR's Query and Command which use OperationResult NuGet library. Implements MediatR's pipelines for error handling and request validation.

General picture

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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
8.0.0 192 12/27/2023
7.0.0 136 12/18/2023
6.0.0 129 12/12/2023
5.0.0 133 12/8/2023
3.1.1 143 11/30/2023
3.1.0 148 11/25/2023
3.0.1 114 11/30/2023
3.0.0 138 11/19/2023
2.2.1 136 12/1/2023
2.2.0 131 11/14/2023
2.1.1 144 12/2/2023
2.1.0 132 11/10/2023
2.0.1 142 12/2/2023
2.0.0 121 11/7/2023
1.1.1 136 12/2/2023
1.1.0 128 11/3/2023
1.0.1 139 12/2/2023
1.0.0 134 10/30/2023

Adjusted both exception handling and FluentValidation mediator's pipelines.
Added DataAnnotation validation pipeline.