[release/8.0-staging] Update dependencies from dotnet/xharness#126322
Open
dotnet-maestro[bot] wants to merge 5 commits intorelease/8.0-stagingfrom
Open
[release/8.0-staging] Update dependencies from dotnet/xharness#126322dotnet-maestro[bot] wants to merge 5 commits intorelease/8.0-stagingfrom
dotnet-maestro[bot] wants to merge 5 commits intorelease/8.0-stagingfrom
Conversation
…60330.1 On relative base path root Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 8.0.0-prerelease.25516.2 -> To Version 11.0.0-prerelease.26180.1
XHarness.Common 11.0.0-prerelease.26168.1 transitively requires Microsoft.Extensions.Logging >= 8.0.1, causing NU1605 package downgrade errors against the pinned 6.0.0 version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Helix SDK 8.0.0-beta.26112.1 (from arcade release/8.0) defaults XHarnessTargetFramework to net7.0, but XHarness CLI 11.0.0-prerelease.26168.1 only ships net8.0+ TFMs. This causes 'Failed to install the dotnet tool' errors because dotnet tool install cannot find a net7.0 asset in the package. Override XHarnessTargetFramework to net8.0 in all locations that set IncludeXHarnessCli=true. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The updated XHarness passes -verbosity to the WASM test runner, but SimpleWasmTestRunner on release/8.0-staging does not handle it, causing all WASM tests to fail with 'Invalid argument -verbosity'. Accept and skip the argument to prevent the crash. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/dotnet/xharness