Ucommerce.Web.Infrastructure.db 10.12.6-testpostfin3

This is a prerelease version of Ucommerce.Web.Infrastructure.db.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.12.6-testpostfin3
                    
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.12.6-testpostfin3
                    
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="Ucommerce.Web.Infrastructure.db" Version="10.12.6-testpostfin3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ucommerce.Web.Infrastructure.db" Version="10.12.6-testpostfin3" />
                    
Directory.Packages.props
<PackageReference Include="Ucommerce.Web.Infrastructure.db" />
                    
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 Ucommerce.Web.Infrastructure.db --version 10.12.6-testpostfin3
                    
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.12.6-testpostfin3"
                    
#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.
#addin nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.12.6-testpostfin3&prerelease
                    
Install Ucommerce.Web.Infrastructure.db as a Cake Addin
#tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.12.6-testpostfin3&prerelease
                    
Install Ucommerce.Web.Infrastructure.db as a Cake Tool

SQL Migrations

This project contains the sql migration scripts for Ucommerce.

Migrations are handled by DbUp

Files are named XXX - [descriptive name].sql where XXX is an ever growing number.

See DbUp Philosophy for best practices around creating and maintaining migrations.

TLDR;

Scripts should be:

  • Idempotent - Should be able to run again without it changing things on the second run
  • Don't change - Add new migration instead
  • Versioned - XXX in the name

Encoding

Files in this project should be saved with UTF-8 encoding without BOM for better Github support.

NOTE SQL Server Management Studio by default saves scripts with UTF-16 encoding which Github treats as binary and therefore does not display diffs for.

Product 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.  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.
  • net8.0

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.12.6-testpostfin7 0 4/9/2025
10.12.6-testpostfin3 0 4/9/2025
10.0.1 1 2/23/2024
1.0.0 1 2/14/2024