mark-pro / Genesis.MinimalApis

Genesis.MinimalApis aims to expand and create organization for Microsoft's Minimal APIs.
MIT License
1 stars 0 forks source link

To ProblemDetails depth support #9

Closed mark-pro closed 1 year ago

mark-pro commented 1 year ago

Added depth support for inner exceptions such that the depth can be specified.

If specified the ProblemDetails.Detail will be the message of the inner exception at the specified depth. the default depth is set to 0