Releases: zzzprojects/GraphDiff
Releases · zzzprojects/GraphDiff
3.1.3
FIXED: Data corruption when fixing up navigation properties #185
3.1.2
MERGED: The pull #143 and #174 to fix issue: GraphDiff duplicate returned entities #116
3.1.0
ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1
v3.0.2
Download the library here
- ADDED:
AllowDelete
overload to allow to disable the Remove
part.
Example
return myContext.UpdateGraph(grandParent,
map => map .OwnedCollection(gp => gp.Schemas, s=> s.OwnedCollection(s => s.ChildrenSchemas)),
false
);
v3.0.1
Download the library here
- FIXED: Issue when a model class was inside a class
v3.0.0
Download the library here
- Ownership has been transferred to ZZZ Projects
- ADDED: Signed Version