chore: update package versions for maintenance#42
Conversation
Update various package versions in Directory.Packages.props to their latest releases. Includes upgrading Microsoft.EntityFrameworkCore, Microsoft.Extensions, and others to version 10.0.9 to address bug fixes and improvements. Also update Scalar.AspNetCore, MimeKit, HtmlAgilityPack, Polly, and Microsoft.NET.Test.Sdk for enhanced stability and performance. These changes ensure the project leverages the latest features and security updates provided by the packages.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates central package references in Directory.Packages.props to newer versions (notably Microsoft.EntityFrameworkCore, Microsoft.Extensions.* to 10.0.9 and several third‑party libraries) to pick up bug fixes, stability improvements, and security updates, without changing application code. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning Review limit reached
More reviews will be available in 9 minutes and 27 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Walkthrough
ChangesDependency Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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`:
- Line 24: The Microsoft.Extensions.DependencyInjection package in
Directory.Packages.props is at version 10.0.8 while all other
Microsoft.Extensions.* packages have been updated to 10.0.9. Locate the
PackageVersion entry for Microsoft.Extensions.DependencyInjection and update its
Version attribute from 10.0.8 to 10.0.9 to ensure consistency across all
Microsoft.Extensions.* packages and prevent potential assembly binding issues.
- Line 11: Update the Version attribute of the
Microsoft.EntityFrameworkCore.InMemory PackageVersion entry from 10.0.0 to
10.0.9 to align with the other EF Core packages in the file. This will ensure
version consistency across the EF Core family and prevent potential runtime
type-load exceptions or ABI mismatches that can occur with provider version
skew.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 69ef70b7-edae-464d-a45d-01201ac5f536
📒 Files selected for processing (1)
Directory.Packages.props
Upgrade `Microsoft.Extensions.DependencyInjection` from version 10.0.8 to 10.0.9 for consistency with other Microsoft packages. This ensures all related packages are aligned to the same version, potentially reducing compatibility issues.
Update Microsoft.EntityFrameworkCore.InMemory package version from 10.0.0 to 10.0.9. This change ensures consistency with other EntityFrameworkCore packages already using version 10.0.9, improving reliability and enabling access to bug fixes and new features introduced in the latest version.
Add a suppression for SQLitePCLRaw.lib.e_sqlite3 2.1.11 due to CVE-2025-6965 (GHSA-2m69-gcr7-jv3q), which currently lacks a patched NuGet version. This is a transitive dependency of Microsoft.EntityFrameworkCore.Sqlite. The suppression allows us to proceed until an upstream fix is available.
Refactor whitespace and formatting across several files to enhance consistency and readability. - Reformatted package version entries in Directory.Packages.props to have each attribute on a separate line, aligning with practice seen in other entries, improving readability. - Replaced null strings with empty strings in several GetAttributeValue method calls in DaftEmailParser.cs, ensuring consistent handling of default values for attribute extraction. - Reorganized multiline initialization in PropertiesEndpointTests.cs to improve readability by aligning parameter values and maintaining consistency with the rest of the codebase. These changes improve overall code clarity, making maintenance and future edits easier and more reliable without altering functionality.
|



📑 Description
Update various package versions in Directory.Packages.props to their latest releases. Includes upgrading Microsoft.EntityFrameworkCore, Microsoft.Extensions, and others to version 10.0.9 to address bug fixes and improvements. Also update Scalar.AspNetCore, MimeKit, HtmlAgilityPack, Polly, and Microsoft.NET.Test.Sdk for enhanced stability and performance. These changes ensure the project leverages the latest features and security updates provided by the packages.
✅ Checks
☢️ Does this introduce a breaking change?
Summary by Sourcery
Build:
Summary by CodeRabbit