I'm using ...GraphDiff... with EF to update state of disconnected objects acquired from a REST Service....It's working rather well from now but I got a problem with self referencing entities....Entities :...public class Foo {
[Key]
public int Id {...