chore(deps): update dependency nunit3testadapter to 6.2.0#5206
Merged
chore(deps): update dependency nunit3testadapter to 6.2.0#5206
Conversation
Contributor
There was a problem hiding this comment.
Dependency Update Review
NUnit3TestAdapter: 6.1.0 → 6.2.0
This is a straightforward minor version bump of the NUnit3TestAdapter package in Directory.Packages.props.
Assessment
The change is correct and minimal — a single-line version update in the centralized package management file. No concerns:
- Minor version bump: 6.1.0 → 6.2.0 follows semver and should be backwards-compatible.
- Correct location: Updated in
Directory.Packages.propsas expected for a Central Package Management setup. - Automated update: Generated by Renovate Bot with automerge enabled, which is appropriate for low-risk dependency bumps like this.
One note worth keeping in mind: TUnit's own philosophy is to use Microsoft.Testing.Platform rather than VSTest (per project rules). NUnit3TestAdapter is a VSTest adapter used only for running NUnit-based tests (likely in comparison/compatibility test projects), so its presence here is expected and intentional — it's not violating the no-VSTest rule for TUnit's own test infrastructure.
LGTM. Safe to merge.
This was referenced Mar 22, 2026
This was referenced Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.0→6.2.0Release Notes
nunit/nunit3-vs-adapter (NUnit3TestAdapter)
v6.2.0: V 6.2.0See release notes
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.