I am having an issue with GraphDiff attaching an object which has a recursive many-to-many relationship. I am using GraphDiff 2.0.1 and Entity Framework 6.1.1....The progam manages Recipes which can have 0-n RecipeLines which contains a link to another Re...