Skip to content

Releases: zzzprojects/GraphDiff

3.1.3

23 Sep 13:02
Compare
Choose a tag to compare

FIXED: Data corruption when fixing up navigation properties #185

3.1.2

23 Apr 14:47
Compare
Choose a tag to compare

MERGED: The pull #143 and #174 to fix issue: GraphDiff duplicate returned entities #116

3.1.1

09 Apr 12:11
Compare
Choose a tag to compare

MERGED: #142
MERGED: #161

3.1.0

25 Jul 18:54
Compare
Choose a tag to compare

ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1

v3.0.2

08 Oct 17:12
8ff568e
Compare
Choose a tag to compare

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

16 Dec 16:06
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue when a model class was inside a class

v3.0.0

23 Sep 16:14
Compare
Choose a tag to compare

Download the library here

  • Ownership has been transferred to ZZZ Projects
  • ADDED: Signed Version