Skip to content

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
NUnit3TestAdapter (source) nuget minor 6.0.1 β†’ 6.1.0

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.


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

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added the dependencies Pull requests that update a dependency file label Jan 7, 2026
Copilot AI review requested due to automatic review settings January 7, 2026 20:42
@thomhurst thomhurst enabled auto-merge (squash) January 7, 2026 20:42
@thomhurst
Copy link
Owner Author

Summary

This PR updates the NUnit3TestAdapter dependency from version 6.0.1 to 6.1.0 in the centrally managed packages file.

Critical Issues

None found βœ…

Analysis

This is a straightforward dependency update that:

  1. Only affects speed comparison testing: The NUnit3TestAdapter is used exclusively in tools/speed-comparison/UnifiedTests/UnifiedTests.csproj:57 for performance benchmarking against other test frameworks (xUnit, MSTest, and TUnit itself).

  2. Does not violate TUnit rules:

    • βœ… No changes to core engine or source generator
    • βœ… No changes to public APIs (no snapshot updates needed)
    • βœ… No changes to hot paths or performance-critical code
    • βœ… Most importantly: This is NUnit's test adapter, NOT VSTest (Microsoft.VisualStudio.TestPlatform). TUnit uses Microsoft.Testing.Platform, and this dependency is only for comparing TUnit's performance against NUnit in benchmarks.
  3. Low risk: Minor version bump (6.0.1 β†’ 6.1.0) in a test adapter used only for comparative benchmarking in the tools/ directory, not in TUnit's core functionality.

Verdict

βœ… APPROVE - No critical issues

This is a routine dependency update for a benchmarking tool that doesn't affect TUnit's core functionality or violate any critical rules.

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

This PR updates the NUnit3TestAdapter dependency from version 6.0.1 to 6.1.0 as part of automated dependency maintenance. This is a minor version update that should maintain backward compatibility while potentially including bug fixes and improvements.

Key Changes:

  • Updated NUnit3TestAdapter package version in centralized package management

This was referenced Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants