Skip to content

[iOS] Fix WebView.Reload() with HtmlWebViewSource returns WebNavigationResult.Failure in Navigated event - #30625

Merged
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-30515
Jun 29, 2026
Merged

[iOS] Fix WebView.Reload() with HtmlWebViewSource returns WebNavigationResult.Failure in Navigated event#30625
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-30515

fix updated

5040484
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 29, 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.

Known Infrastructure Errors

Build Failures

maui-pr / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'

maui-pr / Build .NET MAUI / Build Windows (Release) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌.dotnet\sdk\10.0.108\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(1510,3): error MSB4024: The imported project file "D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.After.targets" could not be loaded. The process cannot access the file 'D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.After.targets' because it is being used by another process.

maui-pr / Build .NET MAUI / Build macOS (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'

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

Test Failures (122 tests failed)

🔹 [All failing tests from maui-pr]

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

    ⚠️ 2 failing tests not displayed for this pipeline due to space limitations

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

    ⚠️ 24 failing tests not displayed for this pipeline due to space limitations

Was this helpful? Yes No