Skip to content

Releases: romantitov/MockQueryable

v7.0.1

07 Mar 11:10
Compare
Choose a tag to compare

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

Entity Framework Core 7.0 supported

21 Nov 10:56
Compare
Choose a tag to compare
v7.0

EF Core 7.0 supported

V6.0.1

28 Mar 08:15
Compare
Choose a tag to compare

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

.Net 6 supported

24 Mar 10:03
8ad56ee
Compare
Choose a tag to compare

.Net 6 supported

v5.0.2

24 Mar 09:17
1ea5e1c
Compare
Choose a tag to compare

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

v5.0.1

25 May 13:02
Compare
Choose a tag to compare

Fix mocking of IAsyncEnumerable from DbSet (issue #49)

v5.0.0

12 Nov 14:04
874aa93
Compare
Choose a tag to compare

.Net 5 supported

v5.0.0-preview.7

28 Jul 09:38
Compare
Choose a tag to compare
v5.0.0-preview.7 Pre-release
Pre-release

Added support .Net 5.0 preview.7

v3.1.3

19 May 12:53
Compare
Choose a tag to compare

MockQueryable splitted into MockQueryable.Core and MockQueryable.EntityFrameworkCore

v3.1.2

17 Apr 16:05
Compare
Choose a tag to compare

Restore support for netstandard2.0