OperationResultTools 1.0.3
See the version list below for details.
dotnet add package OperationResultTools --version 1.0.3
NuGet\Install-Package OperationResultTools -Version 1.0.3
<PackageReference Include="OperationResultTools" Version="1.0.3" />
paket add OperationResultTools --version 1.0.3
#r "nuget: OperationResultTools, 1.0.3"
// Install OperationResultTools as a Cake Addin #addin nuget:?package=OperationResultTools&version=1.0.3 // Install OperationResultTools as a Cake Tool #tool nuget:?package=OperationResultTools&version=1.0.3
OperationResults
A set of lightweight libraries to totally decouple operation results and actual application responses.
Core library
Installation
The library is available on NuGet. Just search OperationResultTools in the Package Manager GUI or run the following command in the Package Manager Console:
Install-Package OperationResultTools
ASP.NET Core integration library
This library provides HttpContext extensions to automatically map Operation Results (that may come, for example, from a business layer) to HTTP responses, along with the appropriate status codes.
Installation
The library is available on NuGet. Just search OperationResultTools.AspNetCore in the Package Manager GUI or run the following command in the Package Manager Console:
Install-Package OperationResultTools.AspNetCore
Contribute
The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests on the repo and we'll address them as we can.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OperationResultTools:
Package | Downloads |
---|---|
OperationResultTools.AspNetCore
A lightweight library to totally decouple operation results and responses in ASP.NET Controller-based projects. |
|
OperationResultTools.AspNetCore.Http
A lightweight library to totally decouple operation results and responses in Minimal API projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.