No, It suggests you change your code like this:
app.UseExceptionHandler(app.Environment.IsDevelopment()
? "/development-error-action"
: "/production-error-action");
No, It suggests you change your code like this:
app.UseExceptionHandler(app.Environment.IsDevelopment()
? "/development-error-action"
: "/production-error-action");