Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

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

Open
@mahanteshvk

Description

@mahanteshvk

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.'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions