-
Notifications
You must be signed in to change notification settings - Fork 3
V9.0.2/package maintenance #12
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
WalkthroughThis update modifies configuration and dependency files across the project. The Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. 🪧 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 #12 +/- ##
=======================================
Coverage 88.37% 88.37%
=======================================
Files 17 17
Lines 611 611
Branches 57 57
=======================================
Hits 540 540
Misses 71 71 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request includes several updates and improvements to package references, test methods, and testing environments. The most important changes include updating package versions, modifying test methods to remove
hostFixture
parameters, and updating the testing environments.Package Updates:
Directory.Build.props
: AddedPrivateAssets
andIncludeAssets
attributes to thexunit.runner.visualstudio
package reference.Directory.Packages.props
: Updated versions for multiple packages, includingCodebelt.Extensions.Xunit
,Cuemon.AspNetCore
, andMicrosoft.NET.Test.Sdk
.Test Method Modifications:
test/Codebelt.Extensions.AspNetCore.Text.Yaml.Tests/AuthorizationResponseHandlerTest.cs
: ModifiedAuthorizationResponseHandler_BasicScheme_ShouldRenderResponseI
to remove thehostFixture
parameter.test/Codebelt.Extensions.AspNetCore.Text.Yaml.Tests/ServiceCollectionExtensions.cs
: ModifiedAddYamlExceptionResponseFormatter_ShouldCaptureException_Rende
to remove thehostFixture
parameter. [1] [2]Testing Environment Updates:
testenvironments.json
: Updated the WSL distribution toUbuntu-24.04
and the Docker image togimlichael/ubuntu-testrunner:net8.0.407-9.0.202
.Summary by CodeRabbit