-
Notifications
You must be signed in to change notification settings - Fork 1
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 #7
V9.0.0/rtm #7
Conversation
WalkthroughThe pull request includes updates to various files to reflect the support for .NET 9 alongside .NET 8 and .NET Standard 2.0. The availability information in documentation files has been revised accordingly. Additionally, several package dependencies 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 (2)Directory.Packages.props (2)
The update from RC to stable versions looks good, maintaining version consistency across related packages. However, let's verify the availability of these packages.
The update to the stable version 9.0.0 for .NET 9 targets is appropriate. However, let's verify compatibility with the fixed Newtonsoft.Json version (13.0.3). 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 #7 +/- ##
=======================================
Coverage 78.01% 78.01%
=======================================
Files 24 24
Lines 905 905
Branches 111 111
=======================================
Hits 706 706
Misses 197 197
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
This pull request includes several updates to the project to support .NET 9 and to update package versions from release candidates to stable versions.
.NET Version Updates:
.docfx/includes/availability-default.md
: Updated availability to include .NET 9..docfx/includes/availability-modern.md
: Updated availability to include .NET 9.Package Version Updates:
Directory.Packages.props
: Updated multiple package versions from9.0.0-rc.1
to9.0.0
for stable release.Directory.Packages.props
: UpdatedMicrosoft.AspNetCore.Mvc.NewtonsoftJson
package version from9.0.0-rc.2.24474.3
to9.0.0
.Docker Image Update:
testenvironments.json
: Updated Docker image to use the stable .NET 9.0.100 version.Summary by CodeRabbit
New Features
Bug Fixes
Chores