Skip to content

chore: upgrade xunit runner to xunit.v3.runner.msbuild 3.2.2#687

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/upgrade-xunit-runner-to-v3
Closed

chore: upgrade xunit runner to xunit.v3.runner.msbuild 3.2.2#687
Copilot wants to merge 2 commits into
mainfrom
copilot/upgrade-xunit-runner-to-v3

Conversation

Copilot AI commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Follow-up to the xunit v3 migration — the test projects were still referencing xunit.runner.visualstudio (VSTest adapter) instead of the native v3 MSBuild runner.

Changes

  • Replaced xunit.runner.visualstudio 3.1.5 → xunit.v3.runner.msbuild 3.2.2 across all 8 test projects

dotnet test continues to work via the Microsoft Testing Platform support (xunit.v3.mtp-v1) bundled with xunit.v3, which covers both net472 and net10.0 targets.

-<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
+<PackageReference Include="xunit.v3.runner.msbuild" Version="3.2.2">

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • xunit.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>xunit runner should be upgraded to v3 to match the recent upgrade</issue_title>
<issue_description>Follow up to #663

<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

-<PackageReference Include="xunit.runner.msbuild" Version="3.1.5">
+<PackageReference Include="xunit.v3.runner.msbuild" Version="3.2.2">
```</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

…unit.v3.runner.msbuild 3.2.2

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI changed the title [WIP] [KIOTA-663] Upgrade xunit runner to v3 to match recent upgrade chore: upgrade xunit runner to xunit.v3.runner.msbuild 3.2.2 Mar 17, 2026
Copilot AI requested a review from baywet March 17, 2026 16:35
@baywet baywet marked this pull request as ready for review March 17, 2026 16:38
@baywet baywet requested a review from a team as a code owner March 17, 2026 16:38
@baywet baywet enabled auto-merge (squash) March 17, 2026 16:38
@sonarqubecloud

Copy link
Copy Markdown

@baywet baywet closed this Mar 17, 2026
auto-merge was automatically disabled March 17, 2026 17:02

Pull request was closed

@github-project-automation github-project-automation Bot moved this to Done ✔️ in Kiota Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

xunit runner should be upgraded to v3 to match the recent upgrade

2 participants