abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.79k stars 3.41k forks source link

RFC 7807 - Problem Details for HTTP APIs #13807

Closed gentledepp closed 2 years ago

gentledepp commented 2 years ago

Since this is a standard now and aspnet core supports this via IProblemDetailsService

I remember you stated this was not supported. But is there some guidance in how abp can be reconfigured to return those error responses.

This could be very useful

maliming commented 2 years ago

hi

I guess IProblemDetailsService was introduced by net 7. I will check this in https://github.com/abpframework/abp/pull/13626