-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: bump Microsoft.NET.Test.Sdk and NUnit3TestAdapter #128
Conversation
WalkthroughThis pull request updates the package versions in the PocketCsvReader Testing project file. The Microsoft.NET.Test.Sdk reference is updated from version 17.12.0 to 17.13.0, and the NUnit3TestAdapter reference is updated from version 4.6.0 to 5.0.0. There are no additions or removals of other packages. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
PocketCsvReader.Testing/PocketCsvReader.Testing.csproj (1)
26-26
: Major Version Update: NUnit3TestAdapterThe NUnit3TestAdapter package version has been bumped from 4.6.0 to 5.0.0, which is a significant jump. It is advisable to review the release notes for any breaking changes or required migration steps that might affect the test execution on your project.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
PocketCsvReader.Testing/PocketCsvReader.Testing.csproj
(1 hunks)
🔇 Additional comments (1)
PocketCsvReader.Testing/PocketCsvReader.Testing.csproj (1)
23-23
: Package Version Bump: Microsoft.NET.Test.SdkThe package version has been updated from 17.12.0 to 17.13.0. This appears to be a minor update, which should be non-breaking. However, please verify that the updated version harmonizes well with your current testing framework and does not introduce any unforeseen issues.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
=======================================
Coverage 79.77% 79.77%
=======================================
Files 68 68
Lines 1691 1691
Branches 326 326
=======================================
Hits 1349 1349
Misses 222 222
Partials 120 120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit