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
When ReadAsStringAsync returns empty string the following method in HttpContextExtensions throw a json deserialization exception JsonConvert.DeserializeObject<ExpandoObject[]>(await content.ReadAsStringAsync(), serializerSettings);
The text was updated successfully, but these errors were encountered:
When
ReadAsStringAsync
returns empty string the following method inHttpContextExtensions
throw a json deserialization exceptionJsonConvert.DeserializeObject<ExpandoObject[]>(await content.ReadAsStringAsync(), serializerSettings);
The text was updated successfully, but these errors were encountered: