Open kokosky93 opened 3 years ago
Generic QueryFirstAsync doesn't work for a string type.
QueryFirstAsync<string> -> exception => sequence contains no elements QueryFirstAsync<int> -> it works
QueryFirstAsync<string>
QueryFirstAsync<int>
same with Guid
Also with custom data objects. Any updates regarding this?
Generic QueryFirstAsync doesn't work for a string type.
QueryFirstAsync<string>
-> exception => sequence contains no elementsQueryFirstAsync<int>
-> it works