Skip to content

Update test dependencies to latest versions - #21

Merged
decriptor merged 1 commit into
mainfrom
update-nugets
Apr 19, 2026
Merged

Update test dependencies to latest versions#21
decriptor merged 1 commit into
mainfrom
update-nugets

Conversation

@decriptor

Copy link
Copy Markdown
Owner

Summary

  • Update MSTest from 4.0.2 to 4.1.0
  • Update coverlet.collector from 6.0.4 to 8.0.0
  • Update Verify.MSTest from 31.9.3 to 31.13.2

Test plan

  • Verify dotnet build succeeds
  • Verify dotnet test passes all tests

CopilotAI review requested due to automatic review settings March 16, 2026 03:16

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates central package versions for the test stack used by the solution (via Directory.Packages.props), aligning test/coverage/snapshot tooling to newer releases.

Changes:

  • Bump MSTest from 4.0.24.1.0
  • Bump coverlet.collector from 6.0.48.0.0
  • Bump Verify.MSTest from 31.9.331.13.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sentry

sentryBot commented Mar 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.31%. Comparing base (357e28c) to head (ba4d444).

Additional details and impacted files
@@ Coverage Diff @@## main #21 +/- ##
===========================================
+ Coverage 83.23% 93.31% +10.08% 
===========================================
Files 95 262 +167 Lines 12362 42704 +30342 Branches 2549 3385 +836 ===========================================
+ Hits 10289 39851 +29562 - Misses 1257 1664 +407 - Partials 816 1189 +373 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@decriptor
decriptorforce-pushed the update-nugets branch 3 times, most recently from f148e11 to 8c9b944CompareApril 19, 2026 06:15
- MSTest 4.0.2 -> 4.2.1
- Verify.MSTest 31.9.3 -> 31.16.1
- IndexRange 1.1.0 -> 1.1.1 (transitively patches Microsoft.Bcl.Memory
to 9.0.14, resolving CVE-2026-26127)
- Remove coverlet.collector: superseded by Microsoft.Testing.Extensions
.CodeCoverage (bundled with MSTest 4.2.1) for in-test collection
- Switch CI coverage to the dotnet-coverage global tool so the
workflow no longer depends on a test-project PackageReference;
output remains cobertura so Codecov and the coverage summary
continue to work unchanged
@decriptor
decriptor merged commit 33e1415 into mainApr 19, 2026
8 checks passed
@decriptor
decriptor deleted the update-nugets branch April 19, 2026 06:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@decriptor