Skip to content

FindAsync does not work or is not implemented #2

@MiguelCosta

Description

@MiguelCosta

Hi,

This library is very useful ;)

Are not asynchronous methods implemented? Right?

This code work:

var item1 = _mockContext.Object.Set<Customer>().Find(1);

and this code not work:

var item2 = _mockContext.Object.Set<Customer>().FindAsync(1).Result;

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