OperationResultTools.AspNetCore 1.0.35

dotnet add package OperationResultTools.AspNetCore --version 1.0.35
NuGet\Install-Package OperationResultTools.AspNetCore -Version 1.0.35
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="OperationResultTools.AspNetCore" Version="1.0.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OperationResultTools.AspNetCore --version 1.0.35
#r "nuget: OperationResultTools.AspNetCore, 1.0.35"
#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 OperationResultTools.AspNetCore as a Cake Addin
#addin nuget:?package=OperationResultTools.AspNetCore&version=1.0.35

// Install OperationResultTools.AspNetCore as a Cake Tool
#tool nuget:?package=OperationResultTools.AspNetCore&version=1.0.35

OperationResults

Lint Code Base CodeQL License: MIT

A set of lightweight libraries to totally decouple operation results and actual application responses.

Core library

NuGet Nuget

Installation

The library is available on NuGet. Just search for OperationResultTools in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package OperationResultTools

ASP.NET Core integration library (Controller-based project)

NuGet Nuget

Note: This is the library to use if you're working with Controller.

This library provides HttpContext extension methods to automatically map Operation Results (that may come, for example, from a business layer) to HTTP responses, along with the appropriate status codes.

A full example is available in the Samples folder. Search for the registration in the Program.cs file and the usage in Controllers folder.

Installation

The library is available on NuGet. Just search for OperationResultTools.AspNetCore in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package OperationResultTools.AspNetCore

ASP.NET Core integration library (Minimal API project)

NuGet Nuget

Note: This is the library to use if you're working with Minimal APIs.

This library provides HttpContext extension methods to automatically map Operation Results (that may come, for example, from a business layer) to HTTP responses, along with the appropriate status codes.

A full example is available in the Samples folder. Search for the registration and the usage in Program.cs file.

Installation

The library is available on NuGet. Just search for OperationResultTools.AspNetCore.Http in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package OperationResultTools.AspNetCore.Http

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 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 is compatible.  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 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.

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
1.0.35 163 2/23/2024
1.0.30 271 12/13/2023
1.0.27 567 4/13/2023
1.0.25 278 3/6/2023
1.0.24 398 1/9/2023
1.0.22 400 12/20/2022
1.0.20 372 12/2/2022
1.0.17 340 11/16/2022
1.0.13 321 11/9/2022
1.0.12 498 10/4/2022
1.0.6 397 9/20/2022
1.0.4 385 9/17/2022