Skip to content

fix update

6b178bc
Select commit
Loading
Failed to load commit list.
Merged

[iOS] Fix stale bottom safe area after changing SafeAreaEdges with keyboard open #35083

fix update
6b178bc
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 26, 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 Helix Unit Tests / Windows Helix Unit Tests (Release) / Run Helix Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in "C:\Users\cloudtest\AppData\Local\Temp\MSBuildTemp\" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory.

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(220,86): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(233,21): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(236,41): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34671.cs(63,7): error CS0121: The call is ambiguous between the following methods or properties: 'Issue34583ViewExtensions.Row<TView>(TView, int)' and 'Issue34671ViewExtensions.Row<TView>(TView, int)'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34671.cs(78,11): error CS0121: The call is ambiguous between the following methods or properties: 'Issue34583ViewExtensions.Assign<TView>(TView, out TView)' and 'Issue34671ViewExtensions.Assign<TView>(TView, out TView)'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34671.cs(83,11): error CS0121: The call is ambiguous between the following methods or properties: 'Issue34583ViewExtensions.Assign<TView>(TView, out TView)' and 'Issue34671ViewExtensions.Assign<TView>(TView, out TView)'

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

Test Failures (12 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No