RefactorThis.GraphDiff.ShiftDigital
2.0.3
dotnet add package RefactorThis.GraphDiff.ShiftDigital --version 2.0.3
NuGet\Install-Package RefactorThis.GraphDiff.ShiftDigital -Version 2.0.3
<PackageReference Include="RefactorThis.GraphDiff.ShiftDigital" Version="2.0.3" />
<PackageVersion Include="RefactorThis.GraphDiff.ShiftDigital" Version="2.0.3" />
<PackageReference Include="RefactorThis.GraphDiff.ShiftDigital" />
paket add RefactorThis.GraphDiff.ShiftDigital --version 2.0.3
#r "nuget: RefactorThis.GraphDiff.ShiftDigital, 2.0.3"
#:package RefactorThis.GraphDiff.ShiftDigital@2.0.3
#addin nuget:?package=RefactorThis.GraphDiff.ShiftDigital&version=2.0.3
#tool nuget:?package=RefactorThis.GraphDiff.ShiftDigital&version=2.0.3
GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+.
Fork of GraphDiff to allow support for copying PK values from entities saved to database back to original entity.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
v2.0.3
2.0.3
- Bug fix: Changing FK ID on an entity without updating associated navigation property and saving would not persist updated FK ID to database.
2.0.2
- Added ability to track list of entities updated by UpdateGraph() and CopyEntityValues() extension method on DbContext co copy simple property values from one entity to another. Provides a way to copy PK's retrieved from the Db post-save back to the original entity objects.