feat(build): add .NET 11 target support#334
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #334 +/- ##
==========================================
+ Coverage 87.38% 87.49% +0.10%
==========================================
Files 113 113
Lines 2814 2814
Branches 351 351
==========================================
+ Hits 2459 2462 +3
+ Misses 254 251 -3
Partials 101 101 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d2f81ccac
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|



Pull Request
Summary
This PR adds
net11.0targeting across the shipped packages and test projects so the repository can build and validate against the current .NET 11 preview SDK. It also updates CI workflow SDK selection and supporting package references needed for the new target framework.Checklist
Notes for Reviewers
net11.0in addition to their prior frameworks.11.0.x.Basic.Reference.Assemblies.Net110, and central package versions were updated to include the new reference assembly package and compatible dependency ranges.DOTNET_NOLOGO=1 dotnet test --configuration Release -f net11.0 --no-restorepassed with 841 tests.