Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-rzr-i/aggregatedgenericresultmessage-web

This library is an aggregate of some extensions to use more comfortable `Result lib`. In other words, transform from `Result` to `IActionResult`.
https://github.com/i-rzr-i/aggregatedgenericresultmessage-web

response result resultmessage service web

Last synced: 3 days ago
JSON representation

This library is an aggregate of some extensions to use more comfortable `Result lib`. In other words, transform from `Result` to `IActionResult`.

Awesome Lists containing this project

README

        

> **Note** This repository is developed using .netstandard2.1.

[![NuGet Version](https://img.shields.io/nuget/v/AggregatedGenericResultMessage.Web.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/AggregatedGenericResultMessage.Web/)
[![Nuget Downloads](https://img.shields.io/nuget/dt/AggregatedGenericResultMessage.Web.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/AggregatedGenericResultMessage.Web)

The important thing about this repository is to offer the possibility to manage and organize your result/response from infrastructure to user/controller, as the principal repository around which are built all extensions is [`AggregatedGenericResultMessage`](https://www.nuget.org/packages/AggregatedGenericResultMessage).

**In case you wish to use it in your project, u can install the package from nuget.org** or specify what version you want:

> `Install-Package AggregatedGenericResultMessage.Web -Version x.x.x.x`

## Content
1. [USING](docs/usage.md)
1. [CHANGELOG](docs/CHANGELOG.md)
1. [BRANCH-GUIDE](docs/branch-guide.md)