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
Fix incorrect Swagger return type when using IResult (#34197)
When a POCO is wrapped in an IResult, an incorrect return type
is used to determine the default API response format, which results in
the response being mapped correctly. This then results in the metadata
specified by an [ProducesResponseType] attribute not being used.
0 commit comments