RefactorThis.GraphDiff
2.0.1
See the version list below for details.
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)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on RefactorThis.GraphDiff:
Package | Downloads |
---|---|
Abp.EntityFramework.GraphDiff
Abp.EntityFramework.GraphDiff |
|
NidoFramework
Nido Framework is developed on top of MS .NET entity framework, and also heavily influenced by the code first technique. The framework provides a standard method of coding your business logic layer as well as data access layer. That allows you to have much predictable, standard, and best performing codes despite worrying about the expertise of the developers who write them. Additionally once you start using Nido across your development center you will easily be able to jump from one project to another without spending tons of time for knowledge transfers. |
|
Dorsa.EntityFramework.GraphDiff
Dorsa.EntityFramework.GraphDiff |
|
Geev.EntityFramework.GraphDiff
Geev.EntityFramework.GraphDiff |
|
Min.EntityFramework.GraphDiff
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RefactorThis.GraphDiff:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
Version | Downloads | Last updated |
---|---|---|
3.1.3 | 249,331 | 9/23/2020 |
3.1.2 | 107,562 | 4/23/2020 |
3.1.1 | 1,667 | 4/9/2020 |
3.1.0 | 79,994 | 7/24/2019 |
3.0.2 | 99,309 | 10/8/2018 |
3.0.1 | 174,661 | 12/16/2017 |
3.0.0 | 78,250 | 9/23/2017 |
2.0.1 | 485,512 | 6/3/2014 |
1.3.6 | 5,368 | 1/3/2014 |
1.3.5 | 2,318 | 11/11/2013 |
1.3.4 | 5,192 | 7/13/2013 |
1.3.3 | 2,255 | 7/13/2013 |
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