Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryFirstAsync<string> doesn't work and throws sequence contains no elements error #74

Open
kokosky93 opened this issue Oct 20, 2021 · 2 comments

Comments

@kokosky93
Copy link

kokosky93 commented Oct 20, 2021

Generic QueryFirstAsync doesn't work for a string type.

QueryFirstAsync<string> -> exception => sequence contains no elements
QueryFirstAsync<int> -> it works

@kokosky93 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
@kfiryahalom
Copy link

same with Guid

@rushikeshsane95
Copy link

Also with custom data objects. Any updates regarding this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants