Rystem.RepositoryFramework.MigrationTools
4.1.15
There is a newer version of this package available.
See the version list below for details.
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" />
<PackageReference Include="Rystem.RepositoryFramework.MigrationTools" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Rystem.RepositoryFramework.MigrationTools&version=4.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net7.0
- Rystem.RepositoryFramework.Abstractions (>= 4.1.15)
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.3 | 140 | 9/2/2025 |
9.1.2 | 526,341 | 5/29/2025 |
9.1.1 | 97,743 | 5/2/2025 |
9.0.32 | 186,636 | 4/15/2025 |
9.0.31 | 5,705 | 4/2/2025 |
9.0.30 | 88,745 | 3/26/2025 |
9.0.29 | 8,940 | 3/18/2025 |
9.0.28 | 178 | 3/17/2025 |
9.0.27 | 178 | 3/16/2025 |
9.0.26 | 173 | 3/13/2025 |
9.0.25 | 52,036 | 3/9/2025 |
9.0.21 | 242 | 3/6/2025 |
9.0.20 | 19,501 | 3/6/2025 |
9.0.19 | 234 | 3/6/2025 |
9.0.18 | 242 | 3/4/2025 |
9.0.17 | 120 | 3/1/2025 |
9.0.16 | 130 | 3/1/2025 |
9.0.15 | 75,507 | 2/22/2025 |
9.0.14 | 22,504 | 2/18/2025 |
9.0.13 | 143 | 2/9/2025 |
9.0.12 | 217,747 | 1/13/2025 |
9.0.11 | 23,996 | 1/9/2025 |
9.0.10 | 109 | 1/9/2025 |
9.0.9 | 3,991 | 1/7/2025 |
9.0.8 | 12,478 | 1/6/2025 |
9.0.7 | 126 | 1/6/2025 |
9.0.4 | 92,255 | 12/23/2024 |
9.0.3 | 137 | 12/22/2024 |
9.0.2 | 10,684 | 12/21/2024 |
9.0.1 | 1,175 | 12/21/2024 |
9.0.0 | 172,953 | 11/16/2024 |
9.0.0-rc.1 | 103 | 10/18/2024 |
6.2.0 | 219,024 | 10/9/2024 |
6.1.1 | 143 | 10/9/2024 |
6.1.0 | 47,900 | 9/29/2024 |
6.0.24 | 159 | 9/11/2024 |
6.0.23 | 154 | 7/18/2024 |
6.0.21 | 164 | 6/18/2024 |
6.0.20 | 150 | 6/16/2024 |
6.0.19 | 153 | 6/14/2024 |
6.0.18 | 141 | 6/14/2024 |
6.0.17 | 145 | 6/14/2024 |
6.0.16 | 144 | 6/10/2024 |
6.0.15 | 149 | 6/9/2024 |
6.0.14 | 145 | 5/24/2024 |
6.0.13 | 138 | 5/23/2024 |
6.0.12 | 124 | 5/23/2024 |
6.0.11 | 154 | 5/20/2024 |
6.0.9 | 156 | 5/20/2024 |
6.0.7 | 154 | 5/18/2024 |
6.0.6 | 141 | 5/10/2024 |
6.0.5 | 139 | 5/10/2024 |
6.0.4 | 186 | 4/3/2024 |
6.0.3 | 204 | 3/25/2024 |
6.0.2 | 218 | 3/11/2024 |
6.0.0 | 441 | 11/21/2023 |
6.0.0-rc.6 | 125 | 10/25/2023 |
6.0.0-rc.5 | 102 | 10/25/2023 |
6.0.0-rc.4 | 95 | 10/23/2023 |
6.0.0-rc.3 | 91 | 10/19/2023 |
6.0.0-rc.2 | 97 | 10/18/2023 |
6.0.0-rc.1 | 95 | 10/16/2023 |
5.0.20 | 429 | 9/25/2023 |
5.0.19 | 442 | 9/10/2023 |
5.0.18 | 445 | 9/6/2023 |
5.0.17 | 432 | 9/6/2023 |
5.0.16 | 440 | 9/5/2023 |
5.0.15 | 448 | 9/5/2023 |
5.0.14 | 390 | 9/5/2023 |
5.0.13 | 445 | 9/1/2023 |
5.0.12 | 428 | 8/31/2023 |
5.0.11 | 387 | 8/30/2023 |
5.0.10 | 445 | 8/29/2023 |
5.0.9 | 469 | 8/24/2023 |
5.0.8 | 471 | 8/24/2023 |
5.0.7 | 458 | 8/23/2023 |
5.0.6 | 475 | 8/21/2023 |
5.0.5 | 472 | 8/21/2023 |
5.0.4 | 478 | 8/16/2023 |
5.0.3 | 558 | 8/2/2023 |
5.0.2 | 592 | 8/2/2023 |
5.0.1 | 568 | 8/1/2023 |
5.0.0 | 545 | 7/31/2023 |
4.1.26 | 574 | 7/20/2023 |
4.1.25 | 551 | 7/16/2023 |
4.1.24 | 561 | 6/13/2023 |
4.1.23 | 499 | 6/13/2023 |
4.1.22 | 555 | 5/30/2023 |
4.1.21 | 564 | 5/20/2023 |
4.1.20 | 315,597 | 4/19/2023 |
4.1.19 | 95,243 | 3/20/2023 |
4.1.18 | 635 | 3/20/2023 |
4.1.17 | 637 | 3/16/2023 |
4.1.16 | 642 | 3/16/2023 |
4.1.15 | 615 | 3/15/2023 |
4.1.14 | 1,168 | 3/9/2023 |
4.1.13 | 626 | 3/7/2023 |
4.1.12 | 650 | 2/10/2023 |
4.1.11 | 695 | 1/26/2023 |
4.1.10 | 720 | 1/22/2023 |
4.1.9 | 734 | 1/20/2023 |
4.1.8 | 742 | 1/18/2023 |
4.1.7 | 694 | 1/18/2023 |
4.1.6 | 740 | 1/17/2023 |
4.1.1 | 686 | 1/4/2023 |
4.1.0 | 728 | 1/1/2023 |
3.1.5 | 736 | 12/21/2022 |
3.1.3 | 708 | 12/12/2022 |
3.1.2 | 720 | 12/7/2022 |
3.1.1 | 718 | 12/7/2022 |
3.1.0 | 751 | 12/2/2022 |
3.0.29 | 769 | 12/1/2022 |
3.0.28 | 752 | 12/1/2022 |
3.0.27 | 768 | 11/23/2022 |
3.0.25 | 780 | 11/23/2022 |
3.0.24 | 751 | 11/18/2022 |
3.0.23 | 763 | 11/18/2022 |
3.0.22 | 769 | 11/15/2022 |
3.0.21 | 767 | 11/14/2022 |
3.0.20 | 807 | 11/13/2022 |
3.0.19 | 769 | 11/2/2022 |
3.0.18 | 794 | 11/2/2022 |
3.0.17 | 812 | 10/29/2022 |
3.0.16 | 828 | 10/29/2022 |
3.0.15 | 766 | 10/29/2022 |
3.0.14 | 803 | 10/24/2022 |
3.0.13 | 774 | 10/24/2022 |
3.0.12 | 833 | 10/17/2022 |
3.0.11 | 848 | 10/10/2022 |
3.0.10 | 838 | 10/6/2022 |
3.0.9 | 826 | 10/6/2022 |
3.0.8 | 832 | 10/6/2022 |
3.0.7 | 826 | 10/6/2022 |
3.0.6 | 835 | 10/5/2022 |
3.0.5 | 845 | 10/5/2022 |
3.0.4 | 834 | 10/5/2022 |
3.0.3 | 823 | 10/3/2022 |
3.0.2 | 820 | 9/30/2022 |
3.0.1 | 851 | 9/29/2022 |
2.0.17 | 863 | 9/29/2022 |
2.0.16 | 843 | 9/27/2022 |
2.0.15 | 873 | 9/27/2022 |
2.0.14 | 863 | 9/26/2022 |
2.0.13 | 855 | 9/26/2022 |
2.0.12 | 884 | 9/26/2022 |
2.0.11 | 893 | 9/25/2022 |
2.0.10 | 869 | 9/25/2022 |
2.0.9 | 893 | 9/22/2022 |
2.0.8 | 853 | 9/22/2022 |
2.0.6 | 852 | 9/20/2022 |
2.0.5 | 853 | 9/20/2022 |
2.0.4 | 844 | 9/20/2022 |
2.0.2 | 864 | 9/20/2022 |
2.0.1 | 945 | 9/13/2022 |
2.0.0 | 877 | 8/19/2022 |
1.1.24 | 908 | 7/30/2022 |
1.1.23 | 882 | 7/29/2022 |
1.1.22 | 879 | 7/29/2022 |
1.1.21 | 889 | 7/29/2022 |
1.1.20 | 851 | 7/29/2022 |
1.1.19 | 869 | 7/27/2022 |
1.1.17 | 908 | 7/27/2022 |
1.1.16 | 892 | 7/26/2022 |
1.1.15 | 877 | 7/25/2022 |
1.1.14 | 873 | 7/25/2022 |
1.1.13 | 910 | 7/22/2022 |
1.1.12 | 889 | 7/19/2022 |
1.1.11 | 886 | 7/19/2022 |
1.1.10 | 878 | 7/19/2022 |
1.1.9 | 892 | 7/19/2022 |
1.1.8 | 914 | 7/18/2022 |
1.1.7 | 867 | 7/18/2022 |
1.1.6 | 892 | 7/18/2022 |
1.1.5 | 932 | 7/17/2022 |
1.1.4 | 908 | 7/17/2022 |
1.1.3 | 981 | 7/17/2022 |
1.1.2 | 876 | 7/17/2022 |
1.1.0 | 906 | 7/17/2022 |
1.0.2 | 891 | 7/15/2022 |
1.0.1 | 915 | 7/15/2022 |
1.0.0 | 902 | 7/8/2022 |
0.10.7 | 909 | 7/7/2022 |
0.10.2 | 906 | 7/2/2022 |
0.10.1 | 918 | 7/1/2022 |
0.10.0 | 862 | 7/1/2022 |
0.9.10 | 893 | 6/20/2022 |
0.9.9 | 868 | 6/11/2022 |
0.9.7 | 887 | 6/9/2022 |
0.9.6 | 908 | 6/5/2022 |
0.9.5 | 879 | 6/3/2022 |
0.9.4 | 867 | 6/3/2022 |
0.9.3 | 864 | 6/3/2022 |