Results.Problem does not support configuring Extensions #36848
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
bug
This issue describes a behavior which is not expected - a bug.
feature-minimal-actions
Controller-like actions for endpoint routing
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
The
ProblemDetails
class defines anExtensions
property that allows the user to configure theProblemDetails
object with additional metadata.The
Results.Problem
extension method does not accept anextensions
parameter for setting this leaving the user with no options to return aProblemDetails
with a customExtensions
.Note: this change will require an API change.
aspnetcore/src/Http/Http.Results/src/Results.cs
Lines 475 to 495 in f7dc5e2
The text was updated successfully, but these errors were encountered: