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: 7 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:07:08.000Z (8 months ago)
- Last Synced: 2024-10-23T11:15:46.524Z (8 months ago)
- Topics: csharp, details, dotnet, dto, dtos, exceptions, object, problem, problemdetails, problemdetailsdto, rfc7807
- Language: C#
- Homepage: https://soenneker.com
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)#  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
```