Skip to content

Update dependency xunit.runner.visualstudio to v4 - #774

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-testing-framework
Open

Update dependency xunit.runner.visualstudio to v4#774
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-testing-framework

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
xunit.runner.visualstudio 3.1.54.0.0 age confidence

Release Notes

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v4.0.0

Compare Source


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI lite review requested due to automatic review settings August 22, 2026 02:15
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 22, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates centrally managed xUnit testing dependencies to version 4.0.0.

Changes:

  • Upgrades xunit.runner.visualstudio from 3.1.5 to 4.0.0.
  • Upgrades xunit.v3.mtp-v2 from 3.2.2 to 4.0.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Directory.Packages.props
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.3" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0" />

Copilot AI commented Aug 22, 2026

Copy link
Copy Markdown

One or more custom setup steps configured for this repository failed during this Copilot code review run:

⚙ Install prerequisites

Setup steps run before each review. If the review above is missing context, or no review was posted at all, the failing step above may be the cause. See the workflow run for failure details, fix your setup steps configuration, and re-request a review.

Note

You can configure setup steps for Copilot code review separately from Copilot cloud agent with a copilot-code-review.yml file. Read the docs for details.

Copilot AI review requested due to automatic review settings August 24, 2026 20:12
@renovate renovate Bot changed the title Update Testing framework to v4 Update dependency xunit.runner.visualstudio to v4 Aug 24, 2026
@renovate
renovate Bot force-pushed the renovate/major-testing-framework branch from 60aaf13 to ee15620 Compare August 24, 2026 20:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

Directory.Packages.props:46

  • xunit.runner.visualstudio 4.x is the xUnit v3 adapter, but the test projects still reference the xUnit v2 stack (xunit, xunit.extensibility.execution, and xunit.runner.console at 2.9.3; see test/Microsoft.VisualStudio.Composition.Tests/Microsoft.VisualStudio.Composition.Tests.csproj:13-17 and test/VS.Mefx.Tests/VS.Mefx.Tests.csproj:12-16). Upgrading only this central version will leave the VS adapter incompatible with the tests, so discovery/execution will fail. Keep the v2-compatible adapter here, or migrate all xUnit packages and test projects together to v3.
    <PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0" />

Copilot AI commented Aug 24, 2026

Copy link
Copy Markdown

One or more custom setup steps configured for this repository failed during this Copilot code review run:

⚙ Install prerequisites

Setup steps run before each review. If the review above is missing context, or no review was posted at all, the failing step above may be the cause. See the workflow run for failure details, fix your setup steps configuration, and re-request a review.

Note

You can configure setup steps for Copilot code review separately from Copilot cloud agent with a copilot-code-review.yml file. Read the docs for details.

@AArnott

Copy link
Copy Markdown
Member

/azp run

@AArnott
Andrew Arnott (AArnott) enabled auto-merge (squash) August 24, 2026 21:47
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

Copilot AI review requested due to automatic review settings August 26, 2026 15:13
@renovate
renovate Bot force-pushed the renovate/major-testing-framework branch from ee15620 to e129345 Compare August 26, 2026 15:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Note

This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.

@AArnott

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants