Skip to content

Update test dependencies to latest versions#21

Open
decriptor wants to merge 2 commits intomainfrom
update-nugets
Open

Update test dependencies to latest versions#21
decriptor wants to merge 2 commits intomainfrom
update-nugets

Conversation

@decriptor
Copy link
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

Copilot AI review requested due to automatic review settings March 16, 2026 03:16
Copy link

Copilot AI left a comment

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.

- MSTest 4.0.2 → 4.1.0
- coverlet.collector 6.0.4 → 8.0.0
- Verify.MSTest 31.9.3 → 31.13.2
System.Memory 4.6.3 transitively depends on Microsoft.Bcl.Memory 9.0.0
which has a high-severity DoS vulnerability (GHSA-73j8-2gch-69rq).
Add an explicit PackageReference to the patched version for netstandard
targets where System.Memory is used.
@sentry
Copy link

sentry bot commented Mar 16, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files          95       95           
  Lines       12362    12362           
  Branches     2549     2549           
=======================================
  Hits        10289    10289           
  Misses       1257     1257           
  Partials      816      816           

☔ 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.

Sign up for free to 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