Skip to content

Update WinAppSDK to 1.8.260508005#35678

Merged
kubaflo merged 6 commits into
inflight/currentfrom
update-winappsdk-1.8.260508005
May 31, 2026
Merged

Update WinAppSDK to 1.8.260508005#35678
kubaflo merged 6 commits into
inflight/currentfrom
update-winappsdk-1.8.260508005

Update WinAppSDK to 1.8.260508005

939653b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 31, 2026 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

maui-pr / Run Integration Tests / RunOniOS_MauiDebug ARM64 / Provision JDK

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌PowerShell exited with code '1'.

maui-pr / Run Integration Tests / RunOniOS_MauiDebug ARM64 / PublishTestResults

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌No test result files matching '[ '/Users/cloudtest/vss/_work/_temp/Microsoft.Maui.IntegrationTests/**/*.trx' ]' were found.

maui-pr / Run Integration Tests / RunOniOS_MauiDebug ARM64 / Publish Logs

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Path does not exist: /Users/cloudtest/vss/_work/1/s/artifacts/log/

2 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr] [maui-pr-uitests]

Test Failures (1 tests failed)

🔹 [All failing tests from maui-pr-uitests]

    Microsoft.Maui.TestCases.Tests.Issues.Issue20288(iOS).WebViewEvaluateJavaScriptReturnsCorrectResults [Details] [12.90% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
      String evaluation should return the correct string value
    Assert.That(stringResult, Does.Contain("Hello World"))
      Expected: String containing "Hello World"
      But was:  "String result will appear here"
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.Issues.Issue20288.WebViewEvaluateJavaScriptReturnsCorrectResults() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue20288.cs:line 25
    

    1) at Microsoft.Maui.TestCases.Tests.Issues.Issue20288.WebViewEvaluateJavaScriptReturnsCorrectResults() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue20288.cs:line 25

Was this helpful? Yes No