Ucommerce.Web.Infrastructure.db 10.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.2.0
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.2.0
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.0" />
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.0
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.2.0"
#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.0

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.2.0 105 4/25/2024
10.1.2 170 4/9/2024