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
ClientDefaultHeaders: is of type List<KeyValuePair<string,IEnumerable<string>>> headers: is of type IEnumerable<KeyValuePair<string, IEnumerable<string>>>
It will be nice, if both of these type can be match.
The text was updated successfully, but these errors were encountered:
this change, may break integrity with projects that are already using it... we should at least target a more important, and major version with bigger changes, before plane to change this travail issue.
ClientDefaultHeaders
: is of typeList<KeyValuePair<string,IEnumerable<string>>>
headers
: is of typeIEnumerable<KeyValuePair<string, IEnumerable<string>>>
It will be nice, if both of these type can be match.
The text was updated successfully, but these errors were encountered: