Bump EFCore.NamingConventions from 8.0.3 to 9.0.0#11
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
--- updated-dependencies: - dependency-name: EFCore.NamingConventions dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
827cd86 to
828f49d
Compare
Upgrades EFCore.NamingConventions to 9.0.0 (was PR #11), which requires moving Microsoft.EntityFrameworkCore.Design and Npgsql.EntityFrameworkCore.PostgreSQL to 9.0.4 in lockstep to avoid a runtime assembly mismatch; also applies the JwtBearer, System.IdentityModel.Tokens.Jwt, Mvc.Testing, and xunit bumps from PR #16. Adds an explicit Microsoft.EntityFrameworkCore.Relational pin so NuGet resolves the same EF Core patch version across the Api and Infrastructure projects.
|
Superseded by d86039b — applied EFCore.NamingConventions 9.0.0 on main, but only after also bumping Microsoft.EntityFrameworkCore.Design and Npgsql.EntityFrameworkCore.PostgreSQL to 9.0.4 in lockstep. This PR alone broke migrations at runtime (NamingConventions 9.0.0 needs EF Core 9, but Design/Npgsql were still pinned to 8.0.11 — see the failing build-and-test run). Full test suite (217 tests) passes on the aligned versions. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated EFCore.NamingConventions from 8.0.3 to 9.0.0.
Release notes
Sourced from EFCore.NamingConventions's releases.
No release notes found for this version range.
Commits viewable in compare view.