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
http://127.0.0.1:3010/odata/users/$count
returns {"@odata.context":"http://127.0.0.1:3010/odata/$metadata#users","value":14178}
but Microsoft.OData.Client expects raw value 14178.
The text was updated successfully, but these errors were encountered:
http://127.0.0.1:3010/odata/users/$count
returns
{"@odata.context":"http://127.0.0.1:3010/odata/$metadata#users","value":14178}
but Microsoft.OData.Client expects raw value
14178
.The text was updated successfully, but these errors were encountered: