Update Testing framework to v4 - #1649
renovate[bot] wants to merge 1 commit into
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
This PR updates the centralized test runner package versions used by the repository’s xUnit v3 + Microsoft.Testing.Platform (MTP v2) setup, moving to the new major release of the xunit.v3.*mtp-v2 packages.
Changes:
- Bump
xunit.v3.core.mtp-v2from3.2.2to4.0.0. - Bump
xunit.v3.mtp-v2from3.2.2to4.0.0.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
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 |
1c16295 to
fbbda73
Compare
| <PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" /> | ||
| <PackageVersion Include="System.ValueTuple" Version="4.6.2" /> | ||
| <PackageVersion Include="xunit.v3.core.mtp-v2" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.core.mtp-v2" Version="4.0.0" /> |
| <PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="$(MicrosoftTestingPlatformVersion)" /> | ||
| <PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" /> | ||
| <PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.mtp-v2" Version="4.0.0" /> |
fbbda73 to
1337e9d
Compare
There was a problem hiding this comment.
🔵 Needs a closer look
A major-version test framework runner upgrade can introduce breaking behavioral changes that should be validated by a full test run/CI before merging.
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
1337e9d to
7179327
Compare
| <PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" /> | ||
| <PackageVersion Include="System.ValueTuple" Version="4.6.2" /> | ||
| <PackageVersion Include="xunit.v3.core.mtp-v2" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.core.mtp-v2" Version="4.0.0" /> |
| <PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="$(MicrosoftTestingPlatformVersion)" /> | ||
| <PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" /> | ||
| <PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.mtp-v2" Version="4.0.0" /> |
This PR contains the following updates:
3.2.2→4.0.03.2.2→4.0.0Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.