79395446

Date: 2025-01-28 23:53:09
Score: 0.5
Natty:
Report link

As far as IHttpActionResult NotFound(), .NET 9 now has an overload. For example,

return new JsonResult(NotFound("Item not found"));

returns

{"value":"Item not found","formatters":[],"contentTypes":[],"declaredType":null,"statusCode":404}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NeartCarp