Skip to content

feat(build): add .NET 11 target support#334

Merged
j-d-ha merged 2 commits into
mainfrom
feat/build-net11-support
Apr 16, 2026
Merged

feat(build): add .NET 11 target support#334
j-d-ha merged 2 commits into
mainfrom
feat/build-net11-support

Conversation

@ncipollina

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

This PR adds net11.0 targeting 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

  • My changes build cleanly
  • I’ve added/updated relevant tests
  • I’ve added/updated documentation or README
  • I’ve followed the coding style for this project
  • I’ve tested the changes locally (if applicable)

Notes for Reviewers

  • All package and test projects now target net11.0 in addition to their prior frameworks.
  • CI workflows now use .NET 11 where required, and the main build matrix includes 11.0.x.
  • Source generator test helpers now load Basic.Reference.Assemblies.Net110, and central package versions were updated to include the new reference assembly package and compatible dependency ranges.
  • Local validation: DOTNET_NOLOGO=1 dotnet test --configuration Release -f net11.0 --no-restore passed with 841 tests.

@github-actions github-actions Bot added the type: feat New feature label Apr 16, 2026
@ncipollina
ncipollina requested a review from j-d-ha April 16, 2026 21:05
@codecov

codecov Bot commented Apr 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 964b334...e8fb213. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 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".

Comment thread global.json Outdated

@j-d-ha j-d-ha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@sonarqubecloud

Copy link
Copy Markdown

@j-d-ha
j-d-ha merged commit f044b35 into main Apr 16, 2026
8 checks passed
@j-d-ha
j-d-ha deleted the feat/build-net11-support branch April 16, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feat New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants