-
Notifications
You must be signed in to change notification settings - Fork 9
.NET: Npgsql 10 has been released #1276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
--- updated-dependencies: - dependency-name: Npgsql dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
--- updated-dependencies: - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughAdds explicit Npgsql 10.x entries to GitHub Actions matrices for C# workflows and updates demo projects to depend on Npgsql/EFCore 10.0.0, replacing prior 9.0.4 references and removing commented NU1202 notes. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Developer (PR)
participant GH as GitHub Actions
participant Runner as CI Runner
Dev->>GH: Push PR with updated workflows and demo csproj files
GH->>Runner: Create workflow run with matrix
Note over GH,Runner: Matrix now includes explicit Npgsql 10.x entries
Runner->>Runner: For each matrix entry\n(set SDK, restore, build, test)
alt Npgsql 10.x entry
Runner->>Runner: Use Npgsql 10.* / prerelease\nrun tests targeting .NET 10.x
Note right of Runner: New/changed path highlighted (green)
else Other matrix entries
Runner->>Runner: Use existing Npgsql versions\nrun tests targeting .NET 8/9/10
end
Runner-->>GH: Report results
GH-->>Dev: Display workflow status
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 |
Package Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 is not compatible
with {net8.0,net9.0}.
About
References
/cc @surister