Skip to content

chore(deps): update dependency microsoft.net.test.sdk to 18.7.0 - #6300

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.net.test.sdk-18.x
Jun 23, 2026
Merged

chore(deps): update dependency microsoft.net.test.sdk to 18.7.0#6300
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.net.test.sdk-18.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
Microsoft.NET.Test.Sdknugetminor18.6.018.7.0

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This PR bumps Microsoft.NET.Test.Sdk from 18.6.018.7.0 via Renovate. The change is a single-line version update in Directory.Packages.props. The release notes show two changes: ARM64 msdia140.dll support, and a System.Memory transitive upgrade from 4.5.5 → 4.6.3 (beneficial for AOT compat).

Findings

[Altitude / Pre-existing concern — not introduced by this PR]
TUnit.SourceGenerator.IncrementalTests/TUnit.SourceGenerator.IncrementalTests.csproj:14 — This project uses Microsoft.NET.Test.Sdk + xunit rather than TUnit itself.

CLAUDE.md states: "No VSTest — Use Microsoft.Testing.Platform only. NEVER use Microsoft.VisualStudio.TestPlatform"

Microsoft.NET.Test.Sdk originates from the microsoft/vstest repository and is paired here with xunit, which runs on VSTest. This is the only project in the repo consuming this package. This PR doesn't introduce the pattern, but approving the bump implicitly continues it. If the intent is to keep this project on xunit for incremental source-generator testing (where the xunit assert model is simpler), that's a valid exception — but it's worth a deliberate acknowledgement rather than silent continuation.

Summary

The bump itself is safe and low-risk. No correctness, cross-file, or behavioral issues — the version change has no API surface impact on TUnit's runtime. The one item above is pre-existing and should be triaged separately rather than blocking this merge.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics0 complexity

MetricResults
Complexity0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot