MockQueryable Versions Save

Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc

v7.0.1

2 months ago

#74 Fix ToListAsync() for mocked DbSet by using lazy-creation of AsyncEnumerator - Thanks @fischero19 #75 Added method for build DbSet from IEnumerable. - Thanks @sq735

v7.0

1 year ago

v6.0.1

2 years ago

Fixed issue #58 ToListAsync() returns empty list after package update to 6.0.0

v6.0.0

2 years ago

.Net 6 supported

v5.0.2

2 years ago

Used TestAsyncEnumerableEfCore directly to improve performance (issue #55). Special thanks @natehitze Nate Hitze for the contribution.

v5.0.1

2 years ago

Fix mocking of IAsyncEnumerable from DbSet (issue #49)

v5.0.0

3 years ago

.Net 5 supported

v5.0.0-preview.7

3 years ago

Added support .Net 5.0 preview.7

v3.1.3

3 years ago

MockQueryable splitted into MockQueryable.Core and MockQueryable.EntityFrameworkCore

v3.1.2

4 years ago

Restore support for netstandard2.0