Community

Null API Responses and HTTP 204 Results in ASP.NET Core

(Rick Strahl) ASP.NET Core 3.x has a behavior that results in API results that return null from the controller action returning a HTTP 204 – No Content response rather than a null JSON result.