-
Notifications
You must be signed in to change notification settings - Fork 0
⬆️ bump dependencies #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
WalkthroughThe changes modify the project’s configuration files. In the properties files, the package reference for xunit.runner.visualstudio is updated in two ways: additional attributes are added in Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
🪧 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.50% 88.50%
=======================================
Files 11 11
Lines 200 200
Branches 8 8
=======================================
Hits 177 177
Misses 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request includes several updates to package references and test environments. The most important changes include modifications to the
Directory.Build.props
andDirectory.Packages.props
files, as well as updates to thetestenvironments.json
file.Package Reference Updates:
Directory.Build.props
: Updated thexunit.runner.visualstudio
package reference to includePrivateAssets
andIncludeAssets
attributes for better asset management.Directory.Packages.props
: Updated versions for several packages, includingCuemon.Extensions.IO
,Codebelt.Extensions.Xunit.App
, andMicrosoft.NET.Test.Sdk
. [1] [2]Test Environment Updates:
testenvironments.json
: Updated the WSL distribution toUbuntu-24.04
and the Docker image togimlichael/ubuntu-testrunner:net8.0.407-9.0.202
for the test environments.Summary by CodeRabbit
Chores
Tests
Documentation