https://github.com/soenneker/soenneker.dtos.results.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.dtos.results.operation
csharp dotnet dtos object operation operationresult operations problemdetails result results
Last synced: 4 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.dtos.results.operation
- Owner: soenneker
- License: mit
- Created: 2025-09-05T13:11:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T04:55:23.000Z (4 months ago)
- Last Synced: 2026-03-05T04:57:39.120Z (4 months ago)
- Topics: csharp, dotnet, dtos, object, operation, operationresult, operations, problemdetails, result, results
- Language: C#
- Homepage: https://soenneker.com
- Size: 149 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.dtos.results.operation/)
[](https://github.com/soenneker/soenneker.dtos.results.operation/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.dtos.results.operation/)
[](https://github.com/soenneker/soenneker.dtos.results.operation/actions/workflows/codeql.yml)
#  Soenneker.Dtos.Results.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.Dtos.Results.Operation
```