AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

.NET added `ProblemDetailsService`. Investigate if it's useful #62

Open AKlaus opened 1 year ago

AKlaus commented 1 year ago

ProblemDetailsService and ProblemDetailsServiceCollectionExtensions have been added in .NET.

Questions: