Skip to content

Remove unrelated files from PR

e34ba4f
Select commit
Loading
Failed to load commit list.
Merged

CarouselView: Fix cascading PositionChanged/CurrentItemChanged events on collection update #31275

Remove unrelated files from PR
e34ba4f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 9, 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

[ 🚧 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\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'

Test Failures (24 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No