-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update .NET SDK version to 10.0.x in workflow files #36
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
WalkthroughUpdated .NET SDK version from 8.0.x to 10.0.x across CI workflows (docs, publish, test). Added net10.0 target framework to consumer-smoke test project. Updated Node.js setup to version 24 and consolidated .NET setup steps in test matrices. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-10-07T20:35:41.523ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (9)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 15 15
Lines 1400 1400
Branches 396 396
=======================================
Hits 1374 1374
Misses 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request updates the CI workflows to use .NET 10.0 as the default SDK version across all jobs, replacing .NET 8.0 and removing special handling for .NET 10.0 as a preview or experimental version. It also updates the Node.js version used in tests and expands the smoke tests to include .NET 10.0 as a stable target.
CI/CD Pipeline Updates:
docs.yml,publish.yml,test.yml) to usedotnet-version: '10.0.x'instead of8.0.x, making .NET 10.0 the default SDK for build, test, and documentation jobs. [1] [2] [3] [4] [5] [6]Test Matrix and Coverage Improvements:
Dependency Updates:
20to24.Summary by CodeRabbit