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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.12 43,257 1/13/2025
9.0.11 23,043 1/9/2025
9.0.10 25 1/9/2025
9.0.9 131 1/7/2025
9.0.8 12,420 1/6/2025
9.0.7 72 1/6/2025
9.0.4 92,205 12/23/2024
9.0.3 88 12/22/2024
9.0.2 10,635 12/21/2024
9.0.1 1,124 12/21/2024
9.0.0 172,909 11/16/2024
9.0.0-rc.1 87 10/18/2024
6.2.0 218,982 10/9/2024
6.1.1 103 10/9/2024
6.1.0 47,858 9/29/2024
6.0.24 118 9/11/2024
6.0.23 117 7/18/2024
6.0.21 126 6/18/2024
6.0.20 114 6/16/2024
6.0.19 115 6/14/2024
6.0.18 105 6/14/2024
6.0.17 109 6/14/2024
6.0.16 107 6/10/2024
6.0.15 112 6/9/2024
6.0.14 109 5/24/2024
6.0.13 103 5/23/2024
6.0.12 88 5/23/2024
6.0.11 116 5/20/2024
6.0.9 119 5/20/2024
6.0.7 116 5/18/2024
6.0.6 103 5/10/2024
6.0.5 101 5/10/2024
6.0.4 151 4/3/2024
6.0.3 166 3/25/2024
6.0.2 181 3/11/2024
6.0.0 428 11/21/2023
6.0.0-rc.6 104 10/25/2023
6.0.0-rc.5 83 10/25/2023
6.0.0-rc.4 77 10/23/2023
6.0.0-rc.3 70 10/19/2023
6.0.0-rc.2 78 10/18/2023
6.0.0-rc.1 75 10/16/2023
5.0.20 407 9/25/2023
5.0.19 411 9/10/2023
5.0.18 413 9/6/2023
5.0.17 400 9/6/2023
5.0.16 407 9/5/2023
5.0.15 409 9/5/2023
5.0.14 357 9/5/2023
5.0.13 411 9/1/2023
5.0.12 395 8/31/2023
5.0.11 353 8/30/2023
5.0.10 410 8/29/2023
5.0.9 433 8/24/2023
5.0.8 437 8/24/2023
5.0.7 422 8/23/2023
5.0.6 441 8/21/2023
5.0.5 435 8/21/2023
5.0.4 440 8/16/2023
5.0.3 521 8/2/2023
5.0.2 553 8/2/2023
5.0.1 529 8/1/2023
5.0.0 508 7/31/2023
4.1.26 534 7/20/2023
4.1.25 510 7/16/2023
4.1.24 512 6/13/2023
4.1.23 450 6/13/2023
4.1.22 509 5/30/2023
4.1.21 515 5/20/2023
4.1.20 315,548 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 574 3/7/2023
4.1.12 601 2/10/2023
4.1.11 640 1/26/2023
4.1.10 666 1/22/2023
4.1.9 681 1/20/2023
4.1.8 688 1/18/2023
4.1.7 641 1/18/2023
4.1.6 685 1/17/2023
4.1.1 633 1/4/2023
4.1.0 678 1/1/2023
3.1.5 683 12/21/2022
3.1.3 657 12/12/2022
3.1.2 648 12/7/2022
3.1.1 667 12/7/2022
3.1.0 700 12/2/2022
3.0.29 717 12/1/2022
3.0.28 702 12/1/2022
3.0.27 716 11/23/2022
3.0.25 729 11/23/2022
3.0.24 700 11/18/2022
3.0.23 711 11/18/2022
3.0.22 716 11/15/2022
3.0.21 715 11/14/2022
3.0.20 753 11/13/2022
3.0.19 715 11/2/2022
3.0.18 739 11/2/2022
3.0.17 758 10/29/2022
3.0.16 775 10/29/2022
3.0.15 712 10/29/2022
3.0.14 748 10/24/2022
3.0.13 718 10/24/2022
3.0.12 779 10/17/2022
3.0.11 793 10/10/2022
3.0.10 783 10/6/2022
3.0.9 770 10/6/2022
3.0.8 777 10/6/2022
3.0.7 769 10/6/2022
3.0.6 781 10/5/2022
3.0.5 784 10/5/2022
3.0.4 780 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 820 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 830 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 816 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 849 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