AspNetCore.Identity.DocumentDB icon indicating copy to clipboard operation
AspNetCore.Identity.DocumentDB copied to clipboard

System.NullReferenceException: 'Object reference not set to an instance of an object.'

Open mahanteshvk opened this issue 5 years ago • 0 comments

return _Client.CreateDocumentQuery<TUser>(_Users.DocumentsLink, new FeedOptions { EnableCrossPartitionQuery = true }) .Where(u => u.DocId == "user").AsQueryable();

I am getting the below exception when the above piece of code gets executed System.NullReferenceException: 'Object reference not set to an instance of an object.'

mahanteshvk avatar Dec 04 '19 09:12 mahanteshvk