Conversation
There was a problem hiding this comment.
This PR upgrades the NUnit3TestAdapter package from version 4.6.0 to 6.0.0 in the test project. The change affects the test infrastructure and skips version 5.x entirely, moving directly to the latest major version.
Please ensure the project's target framework is compatible with the new adapter requirements before merging.
| </PackageReference> | ||
| <PackageReference Include="NUnit3TestAdapter"> | ||
| <Version>4.6.0</Version> | ||
| <Version>6.0.0</Version> |
There was a problem hiding this comment.
This is a major version upgrade that introduces breaking changes. NUnit3TestAdapter 6.0.0 requires .NET 8.0+ as the minimum version and drops support for .NET Core 3.x. Verify that this project targets a compatible framework version (.NET 8.0+ or .NET Framework 4.6.2+) before merging this change, otherwise the tests may fail to run.
Test Results27 tests ±0 22 ✅ ±0 11m 16s ⏱️ - 5m 22s For more details on these failures, see this check. Results for commit 3e4a900. ± Comparison against base commit 4db9c71. ♻️ This comment has been updated with latest results. |
43e0161 to
ee8d65a
Compare
ee8d65a to
019172e
Compare
019172e to
3e4a900
Compare
This PR contains the following updates:
4.6.0→6.2.0Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
nunit/nunit3-vs-adapter (NUnit3TestAdapter)
v6.2.0: V 6.2.0See release notes
v5.1.0: V 5.1.0See release notes
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.