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
Generic QueryFirstAsync doesn't work for a string type.
QueryFirstAsync<string> -> exception => sequence contains no elements QueryFirstAsync<int> -> it works
The text was updated successfully, but these errors were encountered:
kokosky93
changed the title
QueryFirstAsync<string> doesn't work and throws error sequence contains no elements
QueryFirstAsync<string> doesn't work and throws sequence contains no elements error
Oct 20, 2021
Generic QueryFirstAsync doesn't work for a string type.
QueryFirstAsync<string>
-> exception => sequence contains no elementsQueryFirstAsync<int>
-> it worksThe text was updated successfully, but these errors were encountered: