Ucommerce.Web.Infrastructure.db 10.2.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.2.4                
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.2.4                
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.2.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ucommerce.Web.Infrastructure.db --version 10.2.4                
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.2.4"                
#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.
// Install Ucommerce.Web.Infrastructure.db as a Cake Addin
#addin nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.2.4

// Install Ucommerce.Web.Infrastructure.db as a Cake Tool
#tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.2.4                

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ucommerce.Web.Infrastructure.db:

Package Downloads
Ucommerce.Web.Infrastructure

This package contains the Ucommerce infrastructure logic. NOTE: Not meant to be a standalone package but installed in a project together with Ucommerce.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.8.1 278 11/18/2024
10.8.0 291 11/4/2024
10.7.1 329 10/16/2024
10.7.0 187 10/4/2024
10.6.0 298 8/30/2024
10.5.3 189 8/20/2024
10.5.2 243 8/5/2024
10.5.1 132 7/30/2024
10.5.0 176 7/8/2024
10.4.0 194 6/18/2024
10.3.0 237 6/7/2024
10.2.5 146 11/25/2024
10.2.3 238 8/22/2024
10.2.2 198 8/20/2024
10.2.1 303 5/3/2024
10.2.0 224 4/25/2024
10.1.2 273 4/9/2024