Update dependency xunit.runner.visualstudio to v4 - #774
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Updates centrally managed xUnit testing dependencies to version 4.0.0.
Changes:
- Upgrades
xunit.runner.visualstudiofrom 3.1.5 to 4.0.0. - Upgrades
xunit.v3.mtp-v2from 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.
| <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" /> |
|
One or more custom setup steps configured for this repository failed during this Copilot code review run: 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 |
60aaf13 to
ee15620
Compare
There was a problem hiding this comment.
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.visualstudio4.x is the xUnit v3 adapter, but the test projects still reference the xUnit v2 stack (xunit,xunit.extensibility.execution, andxunit.runner.consoleat 2.9.3; seetest/Microsoft.VisualStudio.Composition.Tests/Microsoft.VisualStudio.Composition.Tests.csproj:13-17andtest/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" />
|
One or more custom setup steps configured for this repository failed during this Copilot code review run: 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 |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
ee15620 to
e129345
Compare
There was a problem hiding this comment.
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.
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
This PR contains the following updates:
3.1.5→4.0.0Release Notes
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v4.0.0Compare Source
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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.