Found 43 packages
Error handling middleware, using RFC7807
Middleware and extensions for returning exceptions over HTTP, e.g. as ASP.NET Core Problem Details (RFC7807).
A set of classes and extensions to allow for easier creation and use of RFC 7807 problem messages from ASP.NET Web API 2.x.
Provides a filter for conforming the ProblmeDetails for model validation to RFC7807.
A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
Error handling middleware, using RFC7807
OperationResult is an implementation of RFC7807. In other words, it's simple wrapper for result operation for any returned data from backend, where you can add additional information about problem or other things
An implementation of an RFC-7807–compliant API Problem object.
A middleware to create RFC 7807 problem details for APIs.
Librería de observabilidad ligera para aplicaciones .NET 8+ que centraliza auditoría de solicitudes HTTP, captura automática de errores, ejecución de tareas en segundo plano y resiliencia en peticiones externas. Registra logs detallados en base de datos con Entity Framework Core, generando identificadores únicos para trazabilidad e inspección de errores. Soporta formato RFC 7807 (ProblemDetails) y formato legacy para retrocompatibilidad.
Utility code for working with ProblemDetails
The core package for Http Problem Details according to RFC 7807.
Core types for RFC 7807 problem details.
A .NET library to create ProblemDetails (IETF RFC 7807) objects from scratch or pull from exceptions
The HttpContent package for Http Problem Details according to RFC 7807.
Error handling middleware for ASP.NET Core using RFC7807.
The NancyFX extension package for Http Problem Details according to RFC 7807.
Extensible Web API middleware that maps all exceptions to standardized RFC7807-compliant HTTP responses.
Applies the RFC7807 Error Details cast from ActionResult received at the Controller level by invoking some of these OperationResult's extension .AsOkOrFailure(), .AsNoContentOrFailure(), .AsCreatedOrFailure() etc.
Serilog support for ASP.NET Core logging alongside Problem Details