EntityFramework.Extended icon indicating copy to clipboard operation
EntityFramework.Extended copied to clipboard

Fix for #133. Compatibility for custom `IDbSet<>` #134

Open cocowalla opened this issue 10 years ago • 2 comments

Fix for #133. Adds compatibility for custom IDbSet<> implementations by looking for an ObjectQuery property after trying the existing checks

cocowalla avatar Oct 21 '14 11:10 cocowalla

Note this does build OK locally and all tests pass.

The failed tests don't appear to be related to my commits, as the same tests were already failing in the master branch

cocowalla avatar Oct 22 '14 09:10 cocowalla

So, because I forgot to create a feature branch in my fork before submitting the first PR, this now includes fixes for both #133 and #14. And the AppVeyor build is now succeeding.

cocowalla avatar Oct 30 '14 10:10 cocowalla