huysentruitw / entity-framework-mock

Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute
Apache License 2.0
48 stars 16 forks source link

Request Examples or WiKi #25

Open caibf opened 4 months ago

caibf commented 4 months ago

Hello, is this library still under maintenance? I don't see any examples or documentation on how to use this library.

huysentruitw commented 2 months ago

If there are issues, I can still fix them yes 😊

There is a basic example in the README.md file, which should get you started. If you're used to Moq or NSubstitute, it should be straightforward as this library just does the heavy lifting of creating a 'mock'.