Skip to content

Update src/Microsoft.DotNet.XHarness.TestRunners.Xunit/WasmXmlResultW…

a246ed1
Select commit
Loading
Failed to load commit list.
Closed

Do some extra work to avoid making a full size copy of the buffer when base64 encoding #1372

Update src/Microsoft.DotNet.XHarness.TestRunners.Xunit/WasmXmlResultW…
a246ed1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 30, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet.xharness / Build Windows / Windows_NT / Windows_NT Release / Build and run tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Microsoft.DotNet.XHarness.TestRunners.Xunit\WasmXmlResultWriter.cs(157,23): error CS1503: Argument 1: cannot convert from 'System.Span<char>' to 'bool'

dotnet.xharness / Build OSX / OSX / OSX Release / Build and run tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Microsoft.DotNet.XHarness.TestRunners.Xunit/WasmXmlResultWriter.cs(157,23): error CS1503: Argument 1: cannot convert from 'System.Span<char>' to 'bool'

Was this helpful? Yes No