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
We moved the content type to the IResponseContent instance which is represented by payload of the Result<T> but we lost the ability to adjust the content type as needed.
We moved the content type to the
IResponseContentinstance which is represented bypayloadof theResult<T>but we lost the ability to adjust the content type as needed.