OperationResult.Net
8.0.1
dotnet add package OperationResult.Net --version 8.0.1
NuGet\Install-Package OperationResult.Net -Version 8.0.1
<PackageReference Include="OperationResult.Net" Version="8.0.1" />
paket add OperationResult.Net --version 8.0.1
#r "nuget: OperationResult.Net, 8.0.1"
// Install OperationResult.Net as a Cake Addin #addin nuget:?package=OperationResult.Net&version=8.0.1 // Install OperationResult.Net as a Cake Tool #tool nuget:?package=OperationResult.Net&version=8.0.1
OperationResult.Net
The OperationResult utility
- Implements an unumbiguous functionality for managing operation result by having clear division of both succeeded and failed execution states;
- Provides the posibility to declare operation result in a fluent manner;
- Combines several operation results into a single one.
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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OperationResult.Net:
Package | Downloads |
---|---|
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. |
|
ActionConditionalChecker.Contracts
Defines the contracts for both synchronous and asynchronous condition checkers in order to find out if the action may be executed under specific circumstances. This will help to eliminate idmpotent duplicated requests (the rule also may be aplied for non idempotent ones) and can help to eliminate concurrent issues on accessing a specified resource (in a conditional way). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Adjusted according to the latest standards of .Net Core 8.0. Solved small issues.