intelligentplant / ProblemDetails.WebApi

Adds RFC 7807 support to ASP.NET 4.x Web API applications.
Apache License 2.0
1 stars 3 forks source link

Custom factories #4

Closed wazzamatazz closed 3 years ago

wazzamatazz commented 3 years ago

Adds hooks to pass a ProblemDetailsFactory instance when configuring the OWIN middleware or adding the Web API registration. This allows e.g. adding custom properties to all outgoing problem details objects (via the problem detail's Extensions dictionary).