37 packages tagged with “ProblemDetails”
Middleware and extensions for returning exceptions over HTTP, e.g. as ASP.NET Core Problem Details (RFC7807).
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
Extensions for HttpClient. Provides convenient methods like GetVerified, PostAsJsonVerified, PostAsJsonWithResult and more which take care of error handling for you.
Version of Vince's excellent AutoWrapper.Core that adds .Net 5.0 support in a naive way
A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.
Simple extensions for ProblemDetails.
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.
An extension class for ProblemDetails DTOs
Hendler to standardize error responses
Fluent Assertions extensions for ProblemDetails within HttpResponseMessage
Azure functions http endpoint utilities.
A MessagePack resolver for AspNetCore's ProblemDetails
Extensions methods for adapt operations results objects to problem details.
Consistent error details responses for ASP.NET core.
Exception-based error handling for ASP.NET Core 8+ with RFC 9457 ProblemDetails, structured logging, typed exceptions, automatic EF Core/Gridify/FluentImporter exception mapping, SignalR support, and flexible naming conventions. Alternative to Result pattern libraries.
Add middleware in AspNetCore pipeline to standardize validation responses
Extensions to standardize ResponseType attributes with ProblemDetails
modified version of AutoWrapper.Core based on my experience
A collection of helpful OperationResult extension methods.
Baryo.Dev: ASP.NET Core integration for Verdict. Automatic Result to IResult conversion, ProblemDetails RFC 7807 support, and Minimal API extensions.
A generic container for API responses with ProblemDetails support.
FluentResults translator to error handling middleware, using RFC7807
ASP.NET Core diagnostics utilities including global exception handling with ProblemDetails support.
Return Toarnbeike.Results from your AspNetCore Minimal Api Endpoints
A comprehensive ASP.NET Core library that enhances functional programming capabilities in web applications. Features include API versioning, global exception handling with enhanced problem details, advanced Swagger/OpenAPI configuration, model validation, optimized JSON handling, and seamless integration with CSharpEssentials core functional patterns (Result, Maybe, Rule Engine). Perfect for building robust, maintainable, and type-safe web APIs following functional programming principles.
Standardized HTTP contracts (envelope, ProblemDetails, exceptions) for ASP.NET Core Minimal APIs - ThisCloud.Framework.Web