Open
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.
43e0161 to
ee8d65a
Compare
ee8d65a to
019172e
Compare
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:
4.6.0→6.1.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)
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.