chore(deps): update dependency microsoft.net.test.sdk to 18.3.0#4994
chore(deps): update dependency microsoft.net.test.sdk to 18.3.0#4994
Conversation
There was a problem hiding this comment.
Dependency Update Review: Microsoft.NET.Test.Sdk 18.0.1 → 18.3.0
Change: Single-line version bump in Directory.Packages.props — automated Renovate bot update.
Assessment
This is a safe minor version upgrade. Reviewing the v18.3.0 release notes:
- "Fix answer file splitting" — bug fix, no impact on TUnit's usage patterns
- "Remove stale copy of
S.ComponentModel.Compositionfrom testplatform packages" — positive cleanup, reduces bloat - "Disable DynamicNative instrumentation by default" — worth noting: this affects native code coverage instrumentation. TUnit already pins
Microsoft.Testing.Extensions.CodeCoverageat18.4.1, so coverage tooling is already ahead of this SDK version; no regression expected - The remaining changes are internal dependency/build tool updates with no externally visible impact
Compatibility
TUnit targets net8.0;net9.0;net10.0 — Microsoft.NET.Test.Sdk 18.3.0 supports all three TFMs without issue.
Verdict
✅ Approved — no breaking changes, low risk, CI running as expected. Auto-merge is appropriate here.
There was a problem hiding this comment.
Dependency Update Review: Microsoft.NET.Test.Sdk 18.0.1 → 18.3.0
Change: Single-line version bump in Directory.Packages.props — automated Renovate bot update.
Assessment
This is a safe minor version upgrade. Key points from the v18.3.0 release notes:
- Fix answer file splitting — bug fix, no impact on TUnit usage patterns
- Remove stale copy of
S.ComponentModel.Compositionfrom testplatform packages — positive cleanup, reduces bloat - Disable DynamicNative instrumentation by default — affects native code coverage instrumentation. TUnit already pins
Microsoft.Testing.Extensions.CodeCoverageat18.4.1, which is ahead of this SDK version, so no coverage regression is expected - Remaining changes are internal dependency/build tooling updates with no externally visible impact
Compatibility
TUnit targets net8.0;net9.0;net10.0 — Microsoft.NET.Test.Sdk 18.3.0 supports all three TFMs without issue.
Verdict
No issues found. Low risk, no breaking changes in the release notes. Auto-merge is appropriate.
This PR contains the following updates:
18.0.1→18.3.0Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.3.0What's Changed
Internal fixes and updates
New Contributors
Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.