Skip to content

Update .NET 10 to 10.0.108#4287

Open
cheenamalhotra wants to merge 2 commits into
mainfrom
dev/cheena/bump-net-runtime
Open

Update .NET 10 to 10.0.108#4287
cheenamalhotra wants to merge 2 commits into
mainfrom
dev/cheena/bump-net-runtime

Conversation

@cheenamalhotra
Copy link
Copy Markdown
Member

@cheenamalhotra cheenamalhotra commented May 13, 2026

Addresses AB#45063 CG alert due to security patching in .NET 10 recent release.

Copilot AI review requested due to automatic review settings May 13, 2026 23:56
@cheenamalhotra cheenamalhotra requested a review from a team as a code owner May 13, 2026 23:56
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board May 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s pinned .NET 10 SDK used for builds/tests to incorporate a newer patched SDK release in response to a CG security alert.

Changes:

  • Bump .NET 10 SDK in global.json from 10.0.107 to 10.0.108 while keeping rollForward: disable.

@cheenamalhotra cheenamalhotra moved this from To triage to In progress in SqlClient Board May 14, 2026
@cheenamalhotra cheenamalhotra added this to the 7.1.0-preview2 milestone May 14, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.48%. Comparing base (b700269) to head (0c4c3d6).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4287      +/-   ##
==========================================
- Coverage   66.04%   64.48%   -1.57%     
==========================================
  Files         275      270       -5     
  Lines       42976    65774   +22798     
==========================================
+ Hits        28383    42412   +14029     
- Misses      14593    23362    +8769     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 64.48% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

apoorvdeshmukh
apoorvdeshmukh previously approved these changes May 14, 2026
Comment thread global.json Outdated
// recent 10.0.1xx series release which is compatible with MSBuild 17.x.
//
"version": "10.0.107",
"version": "10.0.108",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Now that we don't use MSBuild anywhere, we can move to SDK 10.0.300, remove the GOTCHA above, and change the comment below. We still want to disable rollForward, but not due to MSBuild compatibility.

Comment thread global.json
"version": "10.0.108",
"version": "10.0.300",

// We cannot allow any roll forward due to the above MSBuild compatibility issues.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Stale comment. Maybe:

// We pin to the specific SDK version above.

@github-project-automation github-project-automation Bot moved this from In progress to Waiting for customer in SqlClient Board May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Waiting for customer

Development

Successfully merging this pull request may close these issues.

5 participants