Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```