GraphDiff icon indicating copy to clipboard operation
GraphDiff copied to clipboard

GraphDiff is a library that allows the automatic update of a detached graph using Entity Framework code first.

Results 43 GraphDiff issues
Sort by recently updated
recently updated
newest added
trafficstars

There was errors when tests was changed for not simulate dettach.

enhancement

https://github.com/refactorthis/GraphDiff/issues/73

## 1. Description After using UpdateGraph, if an associated collection has an attribute from the same class as the parent node, this attribute ends up being updated with a reference...