Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/i-rzr-i/aggregatedgenericresultmessage-web
- Owner: I-RzR-I
- License: mit
- Created: 2023-06-05T17:53:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:12:49.000Z (3 months ago)
- Last Synced: 2024-12-20T22:38:20.944Z (26 days ago)
- Topics: response, result, resultmessage, service, web
- Language: C#
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)