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.
<PackageVersion Include="Rystem.RepositoryFramework.MigrationTools" Version="4.1.15" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.MigrationTools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Rystem.RepositoryFramework.MigrationTools@4.1.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.MigrationTools&version=4.1.15
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.MigrationTools&version=4.1.15
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1.2 250,771 5/29/2025
9.1.1 97,727 5/2/2025
9.0.32 186,621 4/15/2025
9.0.31 5,689 4/2/2025
9.0.30 88,728 3/26/2025
9.0.29 8,924 3/18/2025
9.0.28 161 3/17/2025
9.0.27 163 3/16/2025
9.0.26 157 3/13/2025
9.0.25 52,019 3/9/2025
9.0.21 225 3/6/2025
9.0.20 19,485 3/6/2025
9.0.19 218 3/6/2025
9.0.18 227 3/4/2025
9.0.17 106 3/1/2025
9.0.16 116 3/1/2025
9.0.15 75,492 2/22/2025
9.0.14 22,489 2/18/2025
9.0.13 128 2/9/2025
9.0.12 217,732 1/13/2025
9.0.11 23,981 1/9/2025
9.0.10 95 1/9/2025
9.0.9 3,975 1/7/2025
9.0.8 12,464 1/6/2025
9.0.7 112 1/6/2025
9.0.4 92,240 12/23/2024
9.0.3 121 12/22/2024
9.0.2 10,669 12/21/2024
9.0.1 1,159 12/21/2024
9.0.0 172,938 11/16/2024
9.0.0-rc.1 96 10/18/2024
6.2.0 219,010 10/9/2024
6.1.1 128 10/9/2024
6.1.0 47,885 9/29/2024
6.0.24 145 9/11/2024
6.0.23 139 7/18/2024
6.0.21 148 6/18/2024
6.0.20 136 6/16/2024
6.0.19 138 6/14/2024
6.0.18 126 6/14/2024
6.0.17 130 6/14/2024
6.0.16 129 6/10/2024
6.0.15 133 6/9/2024
6.0.14 131 5/24/2024
6.0.13 123 5/23/2024
6.0.12 109 5/23/2024
6.0.11 140 5/20/2024
6.0.9 140 5/20/2024
6.0.7 138 5/18/2024
6.0.6 126 5/10/2024
6.0.5 124 5/10/2024
6.0.4 171 4/3/2024
6.0.3 189 3/25/2024
6.0.2 205 3/11/2024
6.0.0 436 11/21/2023
6.0.0-rc.6 117 10/25/2023
6.0.0-rc.5 95 10/25/2023
6.0.0-rc.4 88 10/23/2023
6.0.0-rc.3 83 10/19/2023
6.0.0-rc.2 90 10/18/2023
6.0.0-rc.1 86 10/16/2023
5.0.20 420 9/25/2023
5.0.19 427 9/10/2023
5.0.18 431 9/6/2023
5.0.17 418 9/6/2023
5.0.16 425 9/5/2023
5.0.15 434 9/5/2023
5.0.14 375 9/5/2023
5.0.13 429 9/1/2023
5.0.12 413 8/31/2023
5.0.11 370 8/30/2023
5.0.10 428 8/29/2023
5.0.9 452 8/24/2023
5.0.8 455 8/24/2023
5.0.7 442 8/23/2023
5.0.6 458 8/21/2023
5.0.5 456 8/21/2023
5.0.4 461 8/16/2023
5.0.3 541 8/2/2023
5.0.2 575 8/2/2023
5.0.1 551 8/1/2023
5.0.0 528 7/31/2023
4.1.26 555 7/20/2023
4.1.25 532 7/16/2023
4.1.24 541 6/13/2023
4.1.23 479 6/13/2023
4.1.22 535 5/30/2023
4.1.21 543 5/20/2023
4.1.20 315,575 4/19/2023
4.1.19 95,222 3/20/2023
4.1.18 614 3/20/2023
4.1.17 617 3/16/2023
4.1.16 621 3/16/2023
4.1.15 595 3/15/2023
4.1.14 1,146 3/9/2023
4.1.13 604 3/7/2023
4.1.12 629 2/10/2023
4.1.11 673 1/26/2023
4.1.10 698 1/22/2023
4.1.9 712 1/20/2023
4.1.8 719 1/18/2023
4.1.7 671 1/18/2023
4.1.6 718 1/17/2023
4.1.1 664 1/4/2023
4.1.0 707 1/1/2023
3.1.5 715 12/21/2022
3.1.3 687 12/12/2022
3.1.2 699 12/7/2022
3.1.1 698 12/7/2022
3.1.0 729 12/2/2022
3.0.29 749 12/1/2022
3.0.28 731 12/1/2022
3.0.27 747 11/23/2022
3.0.25 758 11/23/2022
3.0.24 730 11/18/2022
3.0.23 740 11/18/2022
3.0.22 747 11/15/2022
3.0.21 745 11/14/2022
3.0.20 784 11/13/2022
3.0.19 747 11/2/2022
3.0.18 770 11/2/2022
3.0.17 789 10/29/2022
3.0.16 805 10/29/2022
3.0.15 742 10/29/2022
3.0.14 780 10/24/2022
3.0.13 749 10/24/2022
3.0.12 810 10/17/2022
3.0.11 823 10/10/2022
3.0.10 814 10/6/2022
3.0.9 802 10/6/2022
3.0.8 809 10/6/2022
3.0.7 803 10/6/2022
3.0.6 812 10/5/2022
3.0.5 821 10/5/2022
3.0.4 811 10/5/2022
3.0.3 800 10/3/2022
3.0.2 796 9/30/2022
3.0.1 827 9/29/2022
2.0.17 839 9/29/2022
2.0.16 820 9/27/2022
2.0.15 849 9/27/2022
2.0.14 838 9/26/2022
2.0.13 832 9/26/2022
2.0.12 861 9/26/2022
2.0.11 868 9/25/2022
2.0.10 846 9/25/2022
2.0.9 869 9/22/2022
2.0.8 828 9/22/2022
2.0.6 829 9/20/2022
2.0.5 829 9/20/2022
2.0.4 820 9/20/2022
2.0.2 840 9/20/2022
2.0.1 921 9/13/2022
2.0.0 854 8/19/2022
1.1.24 884 7/30/2022
1.1.23 859 7/29/2022
1.1.22 855 7/29/2022
1.1.21 866 7/29/2022
1.1.20 829 7/29/2022
1.1.19 845 7/27/2022
1.1.17 883 7/27/2022
1.1.16 868 7/26/2022
1.1.15 854 7/25/2022
1.1.14 850 7/25/2022
1.1.13 885 7/22/2022
1.1.12 864 7/19/2022
1.1.11 861 7/19/2022
1.1.10 852 7/19/2022
1.1.9 868 7/19/2022
1.1.8 891 7/18/2022
1.1.7 843 7/18/2022
1.1.6 869 7/18/2022
1.1.5 907 7/17/2022
1.1.4 884 7/17/2022
1.1.3 957 7/17/2022
1.1.2 852 7/17/2022
1.1.0 881 7/17/2022
1.0.2 867 7/15/2022
1.0.1 889 7/15/2022
1.0.0 878 7/8/2022
0.10.7 884 7/7/2022
0.10.2 881 7/2/2022
0.10.1 894 7/1/2022
0.10.0 837 7/1/2022
0.9.10 868 6/20/2022
0.9.9 843 6/11/2022
0.9.7 863 6/9/2022
0.9.6 883 6/5/2022
0.9.5 855 6/3/2022
0.9.4 843 6/3/2022
0.9.3 840 6/3/2022