zzzprojects / GraphDiff

GraphDiff is a library that allows the automatic update of a detached graph using Entity Framework code first.
https://entityframework-graphdiff.net/overview
MIT License
333 stars 102 forks source link

Fixing Many to Many Association error w/Proxies #142

Closed timritzer closed 4 years ago

timritzer commented 9 years ago

Fix for issue #122: InvalidOperationException: "The type System.Data.Entity.DynamicProxies.x is not known to the DbContext."

kabua commented 8 years ago

@timritzer - Thanks for the fix.

ryandanthony commented 8 years ago

Just ran across this issue. Is there anyway to get this pull request accepted?

JonathanMagnan commented 4 years ago

Hello all,

The fix for this pull has been released in v3.1.1 (in another pull)

The code is now slightly different, so if you believe we missed something, just let us know.

Best Regards,

Jon