Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
288 changed files with 15208 additions and 99 deletions
Showing only changes of commit 538f1d67c8 - Show all commits

View File

@ -34,7 +34,7 @@ public class CustomExceptionHandlerMiddleware(RequestDelegate next, ILogger<Cust
var problemDetails = new ProblemDetails
{
Type = "https://tools.ietf.org/html/rfc9110#section-15.6",
Type = "https://tools.ietf.org/html/rfc9110#section-15.6.1",
Title = "An unexpected error occurred.",
Status = StatusCodes.Status500InternalServerError,
Detail = exception.Message,