iayos.DbUp.ScriptProviders
0.0.6
dotnet add package iayos.DbUp.ScriptProviders --version 0.0.6
NuGet\Install-Package iayos.DbUp.ScriptProviders -Version 0.0.6
<PackageReference Include="iayos.DbUp.ScriptProviders" Version="0.0.6" />
paket add iayos.DbUp.ScriptProviders --version 0.0.6
#r "nuget: iayos.DbUp.ScriptProviders, 0.0.6"
// Install iayos.DbUp.ScriptProviders as a Cake Addin #addin nuget:?package=iayos.DbUp.ScriptProviders&version=0.0.6 // Install iayos.DbUp.ScriptProviders as a Cake Tool #tool nuget:?package=iayos.DbUp.ScriptProviders&version=0.0.6
Provide clean names (ie .sql filename and .cs classname WITHOUT namespace and folder path included) for DbUp migration scripts
and classes (embedded and filesystem) with namespace removed to futureproof refactoring and relocation of script files.
Inspired by my own experience where refactoring would break migrations, and the support ticket: https://github.com/DbUp/DbUp/issues/166
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- dbup (>= 3.3.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on iayos.DbUp.ScriptProviders:
Package | Downloads |
---|---|
iayos.core.db.deploy
Framework to enable db migrations with an attempt at a generic, point-n-deploy DbUp-incorporated schema maintenance tool. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial version