Closed
Description
The ProblemDetails
class defines an Extensions
property that allows the user to configure the ProblemDetails
object with additional metadata.
The Results.Problem
extension method does not accept an extensions
parameter for setting this leaving the user with no options to return a ProblemDetails
with a custom Extensions
.
Note: this change will require an API change.
aspnetcore/src/Http/Http.Results/src/Results.cs
Lines 475 to 495 in f7dc5e2