You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set StatusCode to 200 for ActionResult<T> that wraps an object value (#28267)
Summary of the changes
- For `ActionResult<T>` that wraps an object value, set status code to 200 when converting to `IActionResult`
- Special handling for `ProblemDetails` (honors `StatusCode` in `ProblemDetails` if it's set)
Addresses #27165
0 commit comments