-
Notifications
You must be signed in to change notification settings - Fork 0
V9.0.2/package maintenance #10
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 pull request modifies project files by updating package references and versions, alters test method invocations to include an additional parameter for host configuration, and adjusts environment settings. The Changes
Sequence Diagram(s)sequenceDiagram
participant TestMethod as Test Method
participant WebHost as WebHostTestFactory
TestMethod->>WebHost: Call Create(..., hostFixture: null)
WebHost-->>TestMethod: Return configured test host
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (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 #10 +/- ##
=======================================
Coverage 89.69% 89.69%
=======================================
Files 4 4
Lines 97 97
Branches 9 9
=======================================
Hits 87 87
Misses 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request includes several updates to package references, test configurations, and environment settings. The main changes involve updating package versions, modifying test configurations, and updating environment configurations.
Package Updates:
xunit.runner.visualstudio
package reference to includePrivateAssets
andIncludeAssets
attributes inDirectory.Build.props
.Directory.Packages.props
, includingCodebelt.Extensions.Xunit.App
,Cuemon.AspNetCore
,Cuemon.Extensions.AspNetCore.Mvc
, andMicrosoft.NET.Test.Sdk
.Test Configuration Changes:
ApiVersionReaderTest.cs
andProblemDetailsFactoryTest.cs
to include thehostFixture: null
parameter in theWebApplicationFactory
setup. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Environment Configuration Updates:
wslDistribution
toUbuntu-24.04
and thedockerImage
togimlichael/ubuntu-testrunner:net8.0.407-9.0.202
intestenvironments.json
.Summary by CodeRabbit