Rystem.RepositoryFramework.MigrationTools 4.1.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.MigrationTools --version 4.1.15                
NuGet\Install-Package Rystem.RepositoryFramework.MigrationTools -Version 4.1.15                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.MigrationTools" Version="4.1.15" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.MigrationTools --version 4.1.15                
#r "nuget: Rystem.RepositoryFramework.MigrationTools, 4.1.15"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rystem.RepositoryFramework.MigrationTools as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.MigrationTools&version=4.1.15

// Install Rystem.RepositoryFramework.MigrationTools as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.MigrationTools&version=4.1.15                

What is Rystem?

Migration Tools

You need to create a base model as a bridge for your migration. After that you can use the two repositories with repository pattern to help yourself with the migration from a old storage to a brand new storage.

Sample with in memory integration (From UnitTest)

For instance you can create a repository (where the data will be migrated) and a migration source (where the data is)

.AddRepository<SuperMigrationUser, string, SuperMigrationTo>(settings =>
{
    settings
        .AddMigrationSource<SuperMigrationUser, string, SuperMigrationFrom>(x => x.NumberOfConcurrentInserts = 2);
})

Now you may use the interface in DI

IMigrationManager<SuperMigrationUser, string> migrationService

and let the sorcery happens

var migrationResult = await _migrationService.MigrateAsync(x => x.Id!, true);
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.8 3 1/6/2025
9.0.7 24 1/6/2025
9.0.4 91,380 12/23/2024
9.0.3 82 12/22/2024
9.0.2 10,633 12/21/2024
9.0.1 1,122 12/21/2024
9.0.0 172,909 11/16/2024
9.0.0-rc.1 87 10/18/2024
6.2.0 218,980 10/9/2024
6.1.1 103 10/9/2024
6.1.0 47,856 9/29/2024
6.0.24 118 9/11/2024
6.0.23 116 7/18/2024
6.0.21 125 6/18/2024
6.0.20 113 6/16/2024
6.0.19 112 6/14/2024
6.0.18 104 6/14/2024
6.0.17 106 6/14/2024
6.0.16 106 6/10/2024
6.0.15 111 6/9/2024
6.0.14 108 5/24/2024
6.0.13 102 5/23/2024
6.0.12 87 5/23/2024
6.0.11 115 5/20/2024
6.0.9 118 5/20/2024
6.0.7 115 5/18/2024
6.0.6 102 5/10/2024
6.0.5 100 5/10/2024
6.0.4 150 4/3/2024
6.0.3 165 3/25/2024
6.0.2 180 3/11/2024
6.0.0 427 11/21/2023
6.0.0-rc.6 103 10/25/2023
6.0.0-rc.5 82 10/25/2023
6.0.0-rc.4 76 10/23/2023
6.0.0-rc.3 69 10/19/2023
6.0.0-rc.2 77 10/18/2023
6.0.0-rc.1 74 10/16/2023
5.0.20 406 9/25/2023
5.0.19 410 9/10/2023
5.0.18 412 9/6/2023
5.0.17 399 9/6/2023
5.0.16 406 9/5/2023
5.0.15 408 9/5/2023
5.0.14 356 9/5/2023
5.0.13 410 9/1/2023
5.0.12 394 8/31/2023
5.0.11 352 8/30/2023
5.0.10 409 8/29/2023
5.0.9 432 8/24/2023
5.0.8 436 8/24/2023
5.0.7 421 8/23/2023
5.0.6 440 8/21/2023
5.0.5 434 8/21/2023
5.0.4 439 8/16/2023
5.0.3 520 8/2/2023
5.0.2 552 8/2/2023
5.0.1 528 8/1/2023
5.0.0 507 7/31/2023
4.1.26 533 7/20/2023
4.1.25 509 7/16/2023
4.1.24 511 6/13/2023
4.1.23 449 6/13/2023
4.1.22 508 5/30/2023
4.1.21 514 5/20/2023
4.1.20 315,547 4/19/2023
4.1.19 95,193 3/20/2023
4.1.18 576 3/20/2023
4.1.17 590 3/16/2023
4.1.16 591 3/16/2023
4.1.15 566 3/15/2023
4.1.14 1,118 3/9/2023
4.1.13 572 3/7/2023
4.1.12 600 2/10/2023
4.1.11 639 1/26/2023
4.1.10 665 1/22/2023
4.1.9 680 1/20/2023
4.1.8 687 1/18/2023
4.1.7 638 1/18/2023
4.1.6 684 1/17/2023
4.1.1 630 1/4/2023
4.1.0 675 1/1/2023
3.1.5 682 12/21/2022
3.1.3 654 12/12/2022
3.1.2 647 12/7/2022
3.1.1 666 12/7/2022
3.1.0 697 12/2/2022
3.0.29 716 12/1/2022
3.0.28 701 12/1/2022
3.0.27 713 11/23/2022
3.0.25 728 11/23/2022
3.0.24 697 11/18/2022
3.0.23 710 11/18/2022
3.0.22 715 11/15/2022
3.0.21 712 11/14/2022
3.0.20 752 11/13/2022
3.0.19 714 11/2/2022
3.0.18 736 11/2/2022
3.0.17 755 10/29/2022
3.0.16 774 10/29/2022
3.0.15 711 10/29/2022
3.0.14 745 10/24/2022
3.0.13 717 10/24/2022
3.0.12 778 10/17/2022
3.0.11 790 10/10/2022
3.0.10 780 10/6/2022
3.0.9 767 10/6/2022
3.0.8 774 10/6/2022
3.0.7 768 10/6/2022
3.0.6 780 10/5/2022
3.0.5 779 10/5/2022
3.0.4 779 10/5/2022
3.0.3 768 10/3/2022
3.0.2 765 9/30/2022
3.0.1 796 9/29/2022
2.0.17 808 9/29/2022
2.0.16 787 9/27/2022
2.0.15 816 9/27/2022
2.0.14 807 9/26/2022
2.0.13 799 9/26/2022
2.0.12 828 9/26/2022
2.0.11 836 9/25/2022
2.0.10 814 9/25/2022
2.0.9 836 9/22/2022
2.0.8 796 9/22/2022
2.0.6 796 9/20/2022
2.0.5 797 9/20/2022
2.0.4 787 9/20/2022
2.0.2 809 9/20/2022
2.0.1 886 9/13/2022
2.0.0 819 8/19/2022
1.1.24 848 7/30/2022
1.1.23 824 7/29/2022
1.1.22 819 7/29/2022
1.1.21 828 7/29/2022
1.1.20 793 7/29/2022
1.1.19 800 7/27/2022
1.1.17 848 7/27/2022
1.1.16 832 7/26/2022
1.1.15 817 7/25/2022
1.1.14 813 7/25/2022
1.1.13 847 7/22/2022
1.1.12 810 7/19/2022
1.1.11 825 7/19/2022
1.1.10 814 7/19/2022
1.1.9 833 7/19/2022
1.1.8 854 7/18/2022
1.1.7 807 7/18/2022
1.1.6 832 7/18/2022
1.1.5 870 7/17/2022
1.1.4 848 7/17/2022
1.1.3 921 7/17/2022
1.1.2 815 7/17/2022
1.1.0 844 7/17/2022
1.0.2 830 7/15/2022
1.0.1 853 7/15/2022
1.0.0 841 7/8/2022
0.10.7 847 7/7/2022
0.10.2 844 7/2/2022
0.10.1 859 7/1/2022
0.10.0 801 7/1/2022
0.9.10 831 6/20/2022
0.9.9 804 6/11/2022
0.9.7 822 6/9/2022
0.9.6 844 6/5/2022
0.9.5 816 6/3/2022
0.9.4 802 6/3/2022
0.9.3 800 6/3/2022