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

Adds example of dbquery #23

Closed 1RedOne closed 4 years ago

1RedOne commented 4 years ago

Adds an example of how to mock a dbQuery, which was giving me some grief.

huysentruitw commented 4 years ago

Thank you for this pull request, I'll implement the DbQuery example in the existing code snippet.