22 packages tagged with “rfc7807”
Error handling middleware, using RFC7807
Middleware and extensions for returning exceptions over HTTP, e.g. as ASP.NET Core Problem Details (RFC7807).
A replication of .NET's ProblemDetails (https://tools.ietf.org/html/rfc7807) that doesn't rely on Microsoft.AspNetCore.Mvc.
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.
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
Utility code for working with ProblemDetails
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.
Serilog support for ASP.NET Core logging alongside Problem Details
Error handling middleware for ASP.NET Core using RFC7807.
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.
Extensible Web API middleware that maps all exceptions to standardized RFC7807-compliant HTTP responses.
Some helpful Results as an implementation of RFC7807. In other words, it's simple wrapper for result operation for any returned data from API backend implemented on Rust-style approach.
ASP.NET Core integration for ManagedCode.Communication library. Provides global exception handling, model validation filters, SignalR hub filters, and automatic Result to HTTP response mapping. Seamlessly integrates the Result pattern with your ASP.NET Core WebAPI and SignalR applications.
FluentResults translator to error handling middleware, using RFC7807
Provides Global Error/Exception Handler (Middleware). Responds with error description and data as Json object. Better StackTrace, details on exception, possibility to control response state (500+, 400+).
ASP.NET Core integration for Routya.ResultKit with Microsoft ProblemDetails support, exception handling middleware, and IResult/IActionResult extensions.
Lightweight result wrapper, validation and transformation toolkit for C# APIs with RFC 7807 Problem Details support. Includes Result, ProblemDetails, and powerful custom validation attributes.
Structured error handling framework for .NET with RFC 7807 Problem Details.
ASP.NET Core integration for Spur. Provides IResult and IActionResult extensions with RFC 7807 Problem Details support. One-line conversion from Result to HTTP responses for Minimal APIs and MVC controllers.
Automatic, consistent error handling for ASP.NET Core APIs with structured JSON responses, validation error details, custom JSON field names, YAML configuration, RFC 9457 Problem Details support, OpenTelemetry tracing, error message localization, rate limiting integration, and extensive configurability.