Mock Asynchronous Repository with EF Core

Hi Coders, Have you ever faced problems mocking asynchronous methods that EF core provides? Have you ever faced a problem mocking the asynchronous repository? Have you got the error “The provider for the source IQueryable doesn`t implement IAsyncQueryProvider. Only providers that implement IEntityQueryProvider can be used for Entity Framework asynchronous operations.” Well, You guys got […]