api-guidelines
api-guidelines copied to clipboard
Align error responses with ProblemDetails specification (RFC 7807) ?
ASPNET Core 2.2 implements ProblemDetails specification while Microsoft API Guidelines advises a different error structure to be served. Is the guideline supposed to align with RFC 7807 at some point or not necessarily? Having said that It also feels a bit awkward that the flagship http api framework from Microsoft is not following the Microsoft API Guidelines.