Skip to content

[iOS/Mac Catalyst 26] Fix NavigationPage content not extending behind floating glass tab bar - #35523

Merged
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-35490
Jun 5, 2026
Merged

[iOS/Mac Catalyst 26] Fix NavigationPage content not extending behind floating glass tab bar#35523
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-35490

refresh iOS and Mac screenshot baselines

07d44e3
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 5, 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 / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue7814.cs(45,30): error CS1061: 'Label' does not contain a definition for 'Column' and no accessible extension method 'Column' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue7814.cs(48,21): error CS1061: 'ScrollView' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'ScrollView' could be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue7814.cs(45,30): error CS1061: 'Label' does not contain a definition for 'Column' and no accessible extension method 'Column' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue7814.cs(48,21): error CS1061: 'ScrollView' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'ScrollView' could be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/Maui.InTree.targets(29,5): error MSB4019: The imported project "/Users/cloudtest/vss/_work/1/s/.buildtasks/Microsoft.Maui.Resizetizer.targets" was not found. Confirm that the expression in the Import declaration "$(_MauiBuildTasksLocation)Microsoft.Maui.Resizetizer.targets", which evaluated to "/Users/cloudtest/vss/_work/1/s/.buildtasks/Microsoft.Maui.Resizetizer.targets", is correct, and that the file exists on disk.
    ❌src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs(45,30): error CS1061: 'Label' does not contain a definition for 'Column' and no accessible extension method 'Column' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
    ❌src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs(48,21): error CS1061: 'ScrollView' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'ScrollView' could be found (are you missing a using directive or an assembly reference?)

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

Test Failures (8 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No