https://github.com/soenneker/soenneker.responses.operation
A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.
https://github.com/soenneker/soenneker.responses.operation
csharp dotnet dto object operation operationresponse response responses
Last synced: 5 months ago
JSON representation
A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.responses.operation
- Owner: soenneker
- License: mit
- Created: 2025-08-08T15:25:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T15:47:13.000Z (11 months ago)
- Last Synced: 2025-08-08T16:28:55.475Z (11 months ago)
- Topics: csharp, dotnet, dto, object, operation, operationresponse, response, responses
- Language: C#
- Homepage: https://soenneker.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.responses.operation/)
[](https://github.com/soenneker/soenneker.responses.operation/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.responses.operation/)
#  Soenneker.Responses.Operation
### A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.
## Installation
```
dotnet add package Soenneker.Responses.Operation
```