dotnet-dnb-datamigration
2024.0.12.12815
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dotnet-dnb-datamigration --version 2024.0.12.12815
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-dnb-datamigration --version 2024.0.12.12815
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-dnb-datamigration&version=2024.0.12.12815
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-dnb-datamigration --version 2024.0.12.12815
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Data Migration CLI Tool
© 2024 DotNet Brightener
Versions
Package | Version |
---|---|
DotNetBrightener.DataAccess.DataMigration | |
dotnet-dnb-datamigration |
Overview
This CLI tool is a .NET tool which you can call from command line. It helps you to create a new data migration class in your project in case you use Data Migration package. Follow instruction in that package to install it to your project, and use this CLI tool to create new migration class when needed.
Installation
Install using Package Reference
dotnet tool install --global dotnet-dnb-datamigration
Usage
At the root folder of your project where you want to have data migration, run the following command:
dotnet dnb-datamigration add [migration_name]
A new migration class will be created in the DataMigrations
folder.
You'll need to follow instructions from Data Migration package to implement your migration class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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.
This package has no dependencies.