OperationResult.Net 8.0.1

dotnet add package OperationResult.Net --version 8.0.1
NuGet\Install-Package OperationResult.Net -Version 8.0.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.Net" Version="8.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OperationResult.Net --version 8.0.1
#r "nuget: OperationResult.Net, 8.0.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.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

  1. Implements an unumbiguous functionality for managing operation result by having clear division of both succeeded and failed execution states;
  2. Provides the posibility to declare operation result in a fluent manner;
  3. Combines several operation results into a single one.

General picture

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
8.0.1 115 3/8/2024
8.0.0 212 12/12/2023
7.0.0 165 11/25/2023
6.0.0 186 11/19/2023
5.0.0 180 11/10/2023
3.1.0 214 11/7/2023
3.0.0 227 10/29/2023
2.2.0 250 10/15/2023
2.1.0 174 10/8/2023
2.0.0 272 9/24/2023
1.1.0 245 9/5/2023
1.0.1 187 8/30/2023
1.0.0 204 8/11/2023

Adjusted according to the latest standards of .Net Core 8.0. Solved small issues.