You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an equivalent to the CustomizeProblemDetails extension method provided by Microsoft.AspNetCore.Http.Extensions? For example, I would like to automatically populate the Instance field of all ProblemDetails objects based on the values present on HttpContext. Something like the snippet below:
Is there an equivalent to the
CustomizeProblemDetails
extension method provided byMicrosoft.AspNetCore.Http.Extensions
? For example, I would like to automatically populate the Instance field of allProblemDetails
objects based on the values present onHttpContext
. Something like the snippet below:The text was updated successfully, but these errors were encountered: