Skip to content

Releases: romantitov/MockQueryable

7.0.4-beta

24 Sep 08:03
Compare
Choose a tag to compare
7.0.4-beta Pre-release
Pre-release

What's Changed

  • Altered namespace for extension method to revert a breaking change wi… by @StevePy in #80

New Contributors

Full Changelog: v7.0.2...7.0.4-beta

v7.0.3

02 Sep 13:21
Compare
Choose a tag to compare

What's Changed

  • Altered namespace for extension method to revert a breaking change wi… by @StevePy in #80

New Contributors

Full Changelog: v7.0.2...v7.0.3

v7.0.2

20 Aug 21:11
Compare
Choose a tag to compare

#77 BuildMock moved to MockQueryable.EntityFrameworkCore - Thanks @skarllot

Full Changelog: v7.0.1...v7.0.2

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