OperationResult.Extensions
8.0.0
See the version list below for details.
dotnet add package OperationResult.Extensions --version 8.0.0
NuGet\Install-Package OperationResult.Extensions -Version 8.0.0
<PackageReference Include="OperationResult.Extensions" Version="8.0.0" />
paket add OperationResult.Extensions --version 8.0.0
#r "nuget: OperationResult.Extensions, 8.0.0"
// Install OperationResult.Extensions as a Cake Addin #addin nuget:?package=OperationResult.Extensions&version=8.0.0 // Install OperationResult.Extensions as a Cake Tool #tool nuget:?package=OperationResult.Extensions&version=8.0.0
OperationResult.Extensions
The extensions for OperationResult
have been created for managing HTTP statuses via OperationResult
library and converting the corresponding execution results into ActionResults
.
Also it is possible to cast FailureOperationResult
or FailureOperationResult<TData>
to the indicated FailureOperationResult<TDestination>
using the corresponding extensions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- OperationResult.Net (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OperationResult.Extensions:
Package | Downloads |
---|---|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Migrated to .Net 8.0