RefactorThis.GraphDiff
2.0.1
dotnet add package RefactorThis.GraphDiff --version 2.0.1
NuGet\Install-Package RefactorThis.GraphDiff -Version 2.0.1
<PackageReference Include="RefactorThis.GraphDiff" Version="2.0.1" />
paket add RefactorThis.GraphDiff --version 2.0.1
#r "nuget: RefactorThis.GraphDiff, 2.0.1"
// Install RefactorThis.GraphDiff as a Cake Addin #addin nuget:?package=RefactorThis.GraphDiff&version=2.0.1 // Install RefactorThis.GraphDiff as a Cake Tool #tool nuget:?package=RefactorThis.GraphDiff&version=2.0.1
This is the official GraphDiff package.
GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+.
If you have ever felt the pain of updating a detached graph with one or more nested collections then this is for you :)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- EntityFramework (>= 6.0.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.0.1
- Rewrite of graph traversal code.
- Whole new testing suite to cover more scenarios
- Many small bugfixes.
v2.0 - there was an error in the nuget package, I've rolled forward to 2.0.1 to resolve this.
v1.3.6
- Optimistic concurrency support
- Abstract base class and inheritance bug fixes and enhacements.
v1.3.5
- Update to work with EF 6
- Bug fixes (see GitHub issues)
- MIT license