Skip to content

Add MapElement.IsVisible and MapElement.ZIndex properties - #33993

Merged
jfversluis merged 4 commits into
net11.0from
feature/mapelement-visibility-zindex
Feb 25, 2026
Merged

Add MapElement.IsVisible and MapElement.ZIndex properties#33993
jfversluis merged 4 commits into
net11.0from
feature/mapelement-visibility-zindex

Add MapElement.IsVisible and MapElement.ZIndex properties

39316cb
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Feb 11, 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 / Run Integration Tests / Build windows

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 651 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\samples\Controls.Sample\Pages\Controls\MapsGalleries\MapElementVisibilityGallery.cs(7,45): error CS0246: The type or namespace name 'ContentPage' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\samples\Controls.Sample\Pages\Controls\MapsGalleries\MapElementVisibilityGallery.cs(12,12): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\samples\Controls.Sample\Pages\Controls\MapsGalleries\MapElementVisibilityGallery.cs(7,45): error CS0246: The type or namespace name 'ContentPage' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\samples\Controls.Sample\Pages\Controls\MapsGalleries\MapElementVisibilityGallery.cs(12,12): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)
    ❌.dotnet\sdk\11.0.100-preview.2.26103.111\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(488,5): error MSB6006: "D:\a\_work\1\s\.packages\microsoft.netcore.app.crossgen2.win-x64\11.0.0-preview.2.26103.111\tools\crossgen2.exe" exited with code 57005.

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

Known test errors

Was this helpful? Yes No