OperationResult.MediatorIntegration 9.0.0

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

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 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

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
9.0.0 287 12/25/2024
8.0.0 327 12/27/2023
7.0.0 268 12/18/2023
6.0.0 261 12/12/2023
5.0.0 272 12/8/2023
3.1.1 264 11/30/2023
3.1.0 275 11/25/2023
3.0.1 217 11/30/2023
3.0.0 240 11/19/2023
2.2.1 221 12/1/2023
2.2.0 230 11/14/2023
2.1.1 235 12/2/2023
2.1.0 241 11/10/2023
2.0.1 245 12/2/2023
2.0.0 225 11/7/2023
1.1.1 225 12/2/2023
1.1.0 220 11/3/2023
1.0.1 232 12/2/2023
1.0.0 217 10/30/2023

Migrated to .Net 9.0