IdentityFlow.Tooling.Migrations.SqlServer
0.1.0-alpha.20260620175120
dotnet add package IdentityFlow.Tooling.Migrations.SqlServer --version 0.1.0-alpha.20260620175120
NuGet\Install-Package IdentityFlow.Tooling.Migrations.SqlServer -Version 0.1.0-alpha.20260620175120
<PackageReference Include="IdentityFlow.Tooling.Migrations.SqlServer" Version="0.1.0-alpha.20260620175120" />
<PackageVersion Include="IdentityFlow.Tooling.Migrations.SqlServer" Version="0.1.0-alpha.20260620175120" />
<PackageReference Include="IdentityFlow.Tooling.Migrations.SqlServer" />
paket add IdentityFlow.Tooling.Migrations.SqlServer --version 0.1.0-alpha.20260620175120
#r "nuget: IdentityFlow.Tooling.Migrations.SqlServer, 0.1.0-alpha.20260620175120"
#:package IdentityFlow.Tooling.Migrations.SqlServer@0.1.0-alpha.20260620175120
#addin nuget:?package=IdentityFlow.Tooling.Migrations.SqlServer&version=0.1.0-alpha.20260620175120&prerelease
#tool nuget:?package=IdentityFlow.Tooling.Migrations.SqlServer&version=0.1.0-alpha.20260620175120&prerelease
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 | Versions 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. |
-
net10.0
- IdentityFlow.Stores.EntityFramework (>= 0.1.0-alpha.20260620175120)
- IdentityFlow.Stores.SqlServer (>= 0.1.0-alpha.20260620175120)
- Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (>= 10.0.9)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.9)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.9)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Identity.Core (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
- System.Security.Cryptography.Xml (>= 10.0.9)
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.20260620175120 | 63 | 6/20/2026 |
| 0.1.0-alpha.20260620172859 | 57 | 6/20/2026 |
| 0.1.0-alpha.20260620170646 | 54 | 6/20/2026 |
| 0.1.0-alpha.20260620143000 | 55 | 6/20/2026 |
| 0.1.0-alpha.20260620135000 | 55 | 6/20/2026 |
| 0.1.0-alpha.20260620122408 | 55 | 6/20/2026 |
| 0.1.0-alpha.20260614215234 | 58 | 6/14/2026 |