Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:07:08.000Z (2 months ago)
- Last Synced: 2024-10-23T11:15:46.524Z (2 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://img.shields.io/nuget/v/soenneker.dtos.problemdetails.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.problemdetails/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.dtos.problemdetails/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.dtos.problemdetails/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.dtos.problemdetails.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.problemdetails/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```