chore(deps): Bump Microsoft.EntityFrameworkCore and 4 others#2
Conversation
df7cd77 to
ea631ba
Compare
|
@dependabot rebase |
ea631ba to
8841e23
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughEntity Framework Core packages in ChangesEntity Framework Core Package Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (1)
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>
8841e23 to
ddaa4ab
Compare
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