79426672

Date: 2025-02-10 09:59:55
Score: 0.5
Natty:
Report link

Ensure that your exception handling is set. something simple like this:

app.UseExceptionHandler(exceptionHandlerApp
    => exceptionHandlerApp.Run(async context
        => await Results.Problem()
                     .ExecuteAsync(context)));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Efimov