Skip to content

feat(data): add configurable database provider via DATABASE_PROVIDER (#249) #336

feat(data): add configurable database provider via DATABASE_PROVIDER (#249)

feat(data): add configurable database provider via DATABASE_PROVIDER (#249) #336

Triggered via pull request May 3, 2026 04:43
Status Failure
Total duration 1m 0s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
test
You have commit messages with errors ⧗ input: fix(data): populate Npgsql designer files; suppress PendingModelChangesWarning (#249) Two bugs caught by Docker Compose sanity check of the PostgreSQL path. - Populate BuildTargetModel in Npgsql seed migration designer files so Npgsql's SQL generator can resolve column types when applying InsertData operations (SeedStarting11, SeedSubstitutes) - Suppress PendingModelChangesWarning for the postgres provider path via ConfigureWarnings; hand-crafted designer files cannot replicate Npgsql-injected runtime annotations (Relational:MaxIdentifierLength, UseIdentityByDefaultColumn), causing a false-positive that aborted MigrateAsync() at startup; BuildTargetModel is still populated so InsertData SQL generation continues to work correctly Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> ✖ header must not be longer than 80 characters, current length is 85 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint