Info
Version: | 1.0.1.3 |
Author(s): | David West |
Last Update: | Friday, January 11, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidwest/MergeHelper |
NuGet Url: | https://www.nuget.org/packages/MergeHelper |
Install
Install-Package MergeHelper
dotnet add package MergeHelper
paket add MergeHelper
MergeHelper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Threading.Tasks.Parallel(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Threading.Tasks.Parallel(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
Tags
Supports a functional LINQ approach (Merge), in-place collection merging (MergeInto), and a pure callback approach (ControlMerge, ControlMergeParallel). Callbacks can be injected to compose custom behaviors during merging.
Special cases (e.g. add or remove only) can be achieved easily.