IdentityFlow.Tooling.Migrations.SqlServer 0.1.0-alpha.20260826115343

This is a prerelease version of IdentityFlow.Tooling.Migrations.SqlServer.
dotnet add package IdentityFlow.Tooling.Migrations.SqlServer --version 0.1.0-alpha.20260826115343
                    
NuGet\Install-Package IdentityFlow.Tooling.Migrations.SqlServer -Version 0.1.0-alpha.20260826115343
                    
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="IdentityFlow.Tooling.Migrations.SqlServer" Version="0.1.0-alpha.20260826115343" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IdentityFlow.Tooling.Migrations.SqlServer" Version="0.1.0-alpha.20260826115343" />
                    
Directory.Packages.props
<PackageReference Include="IdentityFlow.Tooling.Migrations.SqlServer" />
                    
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 IdentityFlow.Tooling.Migrations.SqlServer --version 0.1.0-alpha.20260826115343
                    
#r "nuget: IdentityFlow.Tooling.Migrations.SqlServer, 0.1.0-alpha.20260826115343"
                    
#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.
#:package IdentityFlow.Tooling.Migrations.SqlServer@0.1.0-alpha.20260826115343
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IdentityFlow.Tooling.Migrations.SqlServer&version=0.1.0-alpha.20260826115343&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IdentityFlow.Tooling.Migrations.SqlServer&version=0.1.0-alpha.20260826115343&prerelease
                    
Install as a Cake Tool

IdentityFlow SQL Server Migration Tooling

This package contains SQL Server migrations for IdentityFlowDbContext.

The baseline includes first-party optional EF credential tables for API keys, certificate credentials, and personal access tokens. Custom or third-party model extensions need their own host-owned migrations.

Pre-1.0 migrations are single current baselines. Do not expect version-to-version upgrade support for unpublished schemas; regenerate the baseline when the owned model changes.

Generated EF migration, designer, and model snapshot files are expected to be large. Keep them under Migrations/ and do not split or hand-edit them for file-size cleanup alone.

Keep this package generic to IdentityFlow. Consuming-app schema notes, migration adapters, adoption plans, or app-specific DTOs belong in the consuming app repository.

dotnet ef migrations list \
  --project src/Tooling/IdentityFlow.Tooling.Migrations.SqlServer \
  --startup-project src/Tooling/IdentityFlow.Tooling.Migrations.SqlServer \
  --context IdentityFlowDbContext \
  --no-connect

Run the SQL Server apply smoke test with Docker/Testcontainers available:

./scripts/verify-migration-upgrade-harness.sh
./scripts/smoke-sqlserver-migrations.sh
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha.20260826115343 51 8/26/2026
0.1.0-alpha.20260722083539 65 7/22/2026
0.1.0-alpha.20260722073217 63 7/22/2026
0.1.0-alpha.20260620175120 74 6/20/2026
0.1.0-alpha.20260620172859 67 6/20/2026
0.1.0-alpha.20260620170646 65 6/20/2026
0.1.0-alpha.20260620143000 68 6/20/2026
0.1.0-alpha.20260620135000 68 6/20/2026
0.1.0-alpha.20260620122408 68 6/20/2026
0.1.0-alpha.20260614215234 70 6/14/2026