Skip to content

Releases: zzzprojects/GraphDiff

3.1.3

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 23 Sep 13:02

FIXED: Data corruption when fixing up navigation properties #185

3.1.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 23 Apr 14:47

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

3.1.1

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 09 Apr 12:11

MERGED: #142
MERGED: #161

3.1.0

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 25 Jul 18:54

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

v3.0.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 08 Oct 17:12
8ff568e

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

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 16 Dec 16:06

Download the library here

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

v3.0.0

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 23 Sep 16:14

Download the library here

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