Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Updated NUnit3TestAdapter from 5.2.0 to 6.0.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

6.0.0

See release notes

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 8, 2025
@Romfos
Copy link
Contributor

Romfos commented Dec 8, 2025

@dependabot rebase

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/tests/NSubstitute.Acceptance.Specs/multi-a083f669ce branch from 9632602 to c145789 Compare December 8, 2025 22:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

The base commit for this pull request has not changed.

@Romfos Romfos requested a review from Copilot December 8, 2025 22:30
@Romfos
Copy link
Contributor

Romfos commented Dec 8, 2025

@copilot update NUnit3TestAdapter also for NSubstitute.Documentation.Tests

Copy link

Copilot AI commented Dec 8, 2025

@Romfos I've opened a new pull request, #932, to work on those changes. Once the pull request is ready, I'll request review from you.

@Romfos Romfos merged commit 54fbbad into main Dec 8, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/tests/NSubstitute.Acceptance.Specs/multi-a083f669ce branch December 8, 2025 22:31
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 package from version 5.2.0 to 6.0.0 in the NSubstitute.Acceptance.Specs test project. This is a Dependabot-generated dependency update that addresses a major version upgrade of the NUnit test adapter, which is compatible with the NUnit 4.4.0 framework already in use.

Key Changes

  • Updated NUnit3TestAdapter package reference from 5.2.0 to 6.0.0 in the Acceptance Specs test project

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
<PackageReference Include="NUnit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The NUnit3TestAdapter package is being updated to version 6.0.0 in this project, but the NSubstitute.Documentation.Tests.csproj file still references version 5.2.0. For consistency and to ensure all test projects benefit from the same test adapter version, consider updating both test projects to use the same version of NUnit3TestAdapter.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants