https://github.com/soenneker/soenneker.dtos.problemdetails
A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
https://github.com/soenneker/soenneker.dtos.problemdetails
csharp details dotnet dto dtos exceptions object problem problemdetails problemdetailsdto rfc7807
Last synced: about 2 months ago
JSON representation
A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dtos.problemdetails
- Owner: soenneker
- License: mit
- Created: 2024-09-20T13:36:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-26T15:09:06.000Z (4 months ago)
- Last Synced: 2026-02-26T17:13:22.159Z (4 months ago)
- Topics: csharp, details, dotnet, dto, dtos, exceptions, object, problem, problemdetails, problemdetailsdto, rfc7807
- Language: C#
- Homepage: https://soenneker.com
- Size: 760 KB
- Stars: 2
- 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.problemdetails/)
[](https://github.com/soenneker/soenneker.dtos.problemdetails/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.dtos.problemdetails/)
[](https://github.com/soenneker/soenneker.dtos.problemdetails/actions/workflows/codeql.yml)
#  Soenneker.Dtos.ProblemDetails
### A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
## Installation
```
dotnet add package Soenneker.Dtos.ProblemDetails
```