-
Notifications
You must be signed in to change notification settings - Fork 1
V9.0.0/rtm #21
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
V9.0.0/rtm #21
Conversation
WalkthroughThe pull request includes updates to several files to reflect the support for newer versions of .NET, specifically .NET 9. Changes were made to availability documentation in Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (3)
🔇 Additional comments (4)Directory.Packages.props (4)
The minor version bump to 4.6.0 needs verification for .NET 9 compatibility and potential breaking changes. #!/bin/bash
# Description: Check package compatibility and release notes
curl -s "https://api.nuget.org/v3/registration5-semver1/System.Threading.Tasks.Extensions/4.6.0/index.json" | jq -r '.items[0].catalogEntry.description'
The update to version 9.0.0 aligns with the .NET 9 target. However, we should verify compatibility with the updated System.Threading.Tasks.Extensions package.
The update from RC to stable versions is good. Let's verify these are the latest stable versions.
The update from RC to stable 9.0.0 versions is good, and all packages are consistently versioned. Let's verify these are the latest stable versions. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
=======================================
Coverage 85.58% 85.58%
=======================================
Files 31 31
Lines 680 680
Branches 84 84
=======================================
Hits 582 582
Misses 95 95
Partials 3 3 ☔ View full report in Codecov by Sentry. |
|
This pull request includes updates to the availability documentation and package versions to support .NET 9, along with an update to the Docker image used for testing.
Documentation Updates:
.docfx/includes/availability-default.md
: Updated the availability to include .NET 9..docfx/includes/availability-modern.md
: Updated the availability to include .NET 9.Package Version Updates:
Directory.Packages.props
: Updated various package versions to their stable .NET 9 releases. [1] [2]Testing Environment Update:
testenvironments.json
: Updated the Docker image to a new version that supports .NET 9.Summary by CodeRabbit