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

Why are classes sealed? #4

Closed vanrace closed 6 years ago

vanrace commented 6 years ago

I very much like your project, I wonder why the classes are sealed? I am a fan of this: https://medium.com/webcom-engineering-and-product/a-cleaner-way-to-create-mocks-in-net-6e039c3d1db0 solution for mocking, which would ofcourse require inheritance..

huysentruitw commented 6 years ago

Fixed. Don't forget to star ⭐️ 👍 😄

vanrace commented 6 years ago

Awesome! thanks! (star = done)