EntityFramework.Extended
EntityFramework.Extended copied to clipboard
Fix for #133. Compatibility for custom `IDbSet<>` #134
Fix for #133. Adds compatibility for custom IDbSet<>
implementations by looking for an ObjectQuery
property after trying the existing checks
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
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.