romantitov / MockQueryable

Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
MIT License
791 stars 77 forks source link

Updated for EF Core 3.0 #18

Closed V0ldek closed 5 years ago

V0ldek commented 5 years ago

PR Details

Updated the project for .NET Standard 2.1 and EF Core 3.0 preview 8.

Description

Related Issue

17

How Has This Been Tested

No new tests added. All regression tests pass with the new async implementations.

Checklist