Skip to content

chore(deps): Bump Microsoft.EntityFrameworkCore and 4 others#2

Merged
ctwoodwa merged 1 commit into
mainfrom
dependabot/nuget/efcore-db06e82520
May 17, 2026
Merged

chore(deps): Bump Microsoft.EntityFrameworkCore and 4 others#2
ctwoodwa merged 1 commit into
mainfrom
dependabot/nuget/efcore-db06e82520

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Updated Microsoft.EntityFrameworkCore from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 11.0.0-preview.2.26159.112 to 11.0.0-preview.4.26230.115.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Relational from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Npgsql.EntityFrameworkCore.PostgreSQL from 11.0.0-preview.3 to 11.0.0-preview.4.

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

No release notes found for this version range.

Commits viewable in compare view.

Summary by CodeRabbit

  • Chores
    • Updated database framework dependencies to the latest preview versions, including core data access libraries and PostgreSQL provider packages. These updates ensure the application maintains optimal platform compatibility and incorporates recent stability and performance improvements for database operations.

Review Change Stack

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 17, 2026
@dependabot dependabot Bot requested a review from ctwoodwa as a code owner May 17, 2026 18:01
@ctwoodwa ctwoodwa self-assigned this May 17, 2026
@dependabot dependabot Bot changed the title chore(deps): Bump the efcore group with 5 updates chore(deps): Bump Microsoft.EntityFrameworkCore and 4 others May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/efcore-db06e82520 branch from df7cd77 to ea631ba Compare May 17, 2026 18:18
@ctwoodwa ctwoodwa removed their request for review May 17, 2026 18:58
@ctwoodwa ctwoodwa enabled auto-merge (squash) May 17, 2026 18:59
@ctwoodwa
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/nuget/efcore-db06e82520 branch from ea631ba to 8841e23 Compare May 17, 2026 19:10
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 63f8a310-f090-4384-af1f-abf067d13568

📥 Commits

Reviewing files that changed from the base of the PR and between 8841e23 and ddaa4ab.

📒 Files selected for processing (1)
  • Directory.Packages.props
✅ Files skipped from review due to trivial changes (1)
  • Directory.Packages.props

📝 Walkthrough

Walkthrough

Entity Framework Core packages in Directory.Packages.props were advanced to the 11.0.0-preview.4.26230.115 preview line (core, design, PostgreSQL provider, InMemory, and Relational).

Changes

Entity Framework Core Package Updates

Layer / File(s) Summary
EF Core preview.4 version update
Directory.Packages.props
Package versions for Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Npgsql.EntityFrameworkCore.PostgreSQL, Microsoft.EntityFrameworkCore.InMemory, and Microsoft.EntityFrameworkCore.Relational were moved to 11.0.0-preview.4.26230.115 (or 11.0.0-preview.4 for the provider).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 I hopped through props with eager feet,
Bumped previews up to a fresher beat,
Packages aligned in tidy rows,
Preview.4 now proudly shows,
A synchronized hop — versioned neat!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description lacks required template sections (Summary, Affected projects, Cross-repo notes, Checklist), though it does document the package version updates. Fill out the PR description template with a brief summary, check affected projects, note any cross-repo impacts, and verify the checklist items have been completed.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping Entity Framework Core packages, which matches the changeset in Directory.Packages.props.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/nuget/efcore-db06e82520

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Directory.Packages.props`:
- Around line 26-28: The PackageVersion entries for
Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Design (and
related EF packages like Microsoft.EntityFrameworkCore.InMemory /
Microsoft.EntityFrameworkCore.Relational) specify a non-existent preview version
(11.0.0-preview.4.26230.115) which will break restore; open
Directory.Packages.props and replace those Version attributes with a valid
NuGet-published preview (or align them with the Npgsql provider version) or bump
to preview.5/release as appropriate after verifying the exact version on
nuget.org, ensuring Microsoft.EntityFrameworkCore,
Microsoft.EntityFrameworkCore.Design, and Npgsql.EntityFrameworkCore.PostgreSQL
use matching, published preview/release versions so package restore succeeds.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 634788b2-5aec-455d-a6f7-fb68c851d06a

📥 Commits

Reviewing files that changed from the base of the PR and between 692ace9 and 8841e23.

📒 Files selected for processing (1)
  • Directory.Packages.props

Comment thread Directory.Packages.props
Bumps Microsoft.EntityFrameworkCore from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115
Bumps Microsoft.EntityFrameworkCore.Design from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115
Bumps Microsoft.EntityFrameworkCore.InMemory from 11.0.0-preview.2.26159.112 to 11.0.0-preview.4.26230.115
Bumps Microsoft.EntityFrameworkCore.Relational from 11.0.0-preview.3.26207.106 to 11.0.0-preview.4.26230.115
Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 11.0.0-preview.3 to 11.0.0-preview.4

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 11.0.0-preview.4.26230.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: efcore
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 11.0.0-preview.4.26230.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: efcore
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 11.0.0-preview.4.26230.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: efcore
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 11.0.0-preview.4.26230.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: efcore
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 11.0.0-preview.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: efcore
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/efcore-db06e82520 branch from 8841e23 to ddaa4ab Compare May 17, 2026 19:33
@ctwoodwa ctwoodwa merged commit 54b3b34 into main May 17, 2026
7 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/efcore-db06e82520 branch May 17, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant