huysentruitw / entity-framework-core-mock

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
MIT License
132 stars 24 forks source link

Map "AsEnumerable" #4

Closed tiagodenoronha closed 5 years ago

tiagodenoronha commented 5 years ago

DBSet doesn't get returned as Enumerable if the extension method "AsEnumerable" is used.

huysentruitw commented 5 years ago

Whatch out for version 1.0.0.9 on NuGet which fixes this issue :tada:

Thanks for bringing it up!