Skip to content

chore: sync Directory.Packages.props from shipyard — EFCore preview.4#8

Merged
ctwoodwa merged 1 commit into
mainfrom
chore/sync-packages-props-efcore-preview4
May 18, 2026
Merged

chore: sync Directory.Packages.props from shipyard — EFCore preview.4#8
ctwoodwa merged 1 commit into
mainfrom
chore/sync-packages-props-efcore-preview4

Conversation

@ctwoodwa

@ctwoodwa ctwoodwa commented May 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Syncs Directory.Packages.props from shipyard to pick up EFCore preview.4.26230.115 bump (Dependabot PR chore(deps): Bump Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0 #6 on shipyard)
  • Updates: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.InMemory, Npgsql.EntityFrameworkCore.PostgreSQL
  • Also picks up NU1510 suppression comment block and Microsoft.Extensions.Configuration.Abstractions / Microsoft.Extensions.DependencyInjection.Abstractions preview.4 bumps

Test plan

  • CI restore + build passes against updated package versions

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Centralized and updated package version management for Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions.
    • Preserved the pinned Microsoft.Extensions.DependencyInjection preview version.
    • Added suppression for restore-phase advisory warnings (NU1510) to reduce noisy NuGet restore warnings.

Review Change Stack

@ctwoodwa ctwoodwa enabled auto-merge (squash) May 17, 2026 21:34
@coderabbitai

coderabbitai Bot commented May 17, 2026

Copy link
Copy Markdown

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: c0290a2f-780a-449c-8337-1320e6e21b81

📥 Commits

Reviewing files that changed from the base of the PR and between 9a66158 and d8dac84.

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

📝 Walkthrough

Walkthrough

This PR updates Directory.Packages.props to add a CPM-level suppression for NuGet NU1510 and to centrally declare/pin Microsoft.Extensions package versions including Configuration.Abstractions and DependencyInjection.* to a specific preview build.

Changes

Central Package Version and Warning Management

Layer / File(s) Summary
NuGet restore warning suppression
Directory.Packages.props
Added NU1510 to NoWarn with an XML comment explaining CPM-level suppression is required to cover restore-phase pruning advisory warnings.
Microsoft.Extensions central version entries
Directory.Packages.props
Added centrally managed PackageVersion entries for Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions, and ensured Microsoft.Extensions.DependencyInjection is pinned to 11.0.0-preview.4.26230.115.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested labels

dependencies, .NET

Poem

🐰 A quick hop through props so neat,
NU1510 finds its quiet seat,
Extensions pinned in tidy rows,
Preview builds in ordered shows,
A happy rabbit cheers the feat!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically references syncing Directory.Packages.props with EFCore preview.4, which directly matches the main change documented in the raw summary.
Description check ✅ Passed The PR description covers the main purpose (syncing packages from shipyard), lists specific package updates, includes test plan details, but does not complete the template's affected projects checklist or cross-repo notes sections.
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 chore/sync-packages-props-efcore-preview4

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 35-37: The Npgsql package version declared as PackageVersion
Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="11.0.0-preview.4"
cannot be resolved on NuGet; change that Version attribute to a valid published
preview (e.g., "11.0.0-preview.2" or "11.0.0-preview.1") or pin it to a stable
compatible release, ensuring the PackageVersion element for
Npgsql.EntityFrameworkCore.PostgreSQL matches an existing NuGet version and
keeps compatibility with Microsoft.EntityFrameworkCore entries.
🪄 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: b88da4ec-d0ff-4bd3-a9fd-f20868eaaeab

📥 Commits

Reviewing files that changed from the base of the PR and between a510170 and 9a66158.

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

Comment thread Directory.Packages.props
@ctwoodwa ctwoodwa force-pushed the chore/sync-packages-props-efcore-preview4 branch from 9a66158 to 8acd68b Compare May 17, 2026 22:20
@ctwoodwa ctwoodwa force-pushed the chore/sync-packages-props-efcore-preview4 branch from 8acd68b to d8dac84 Compare May 18, 2026 00:02
@ctwoodwa ctwoodwa merged commit 984dde5 into main May 18, 2026
7 checks passed
@ctwoodwa ctwoodwa deleted the chore/sync-packages-props-efcore-preview4 branch May 22, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant