Skip to content

Simplify value assignment logic in BindableObject

5e6e343
Select commit
Loading
Failed to load commit list.
Merged

BindableObject property access micro-optimizations #33584

Simplify value assignment logic in BindableObject
5e6e343
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 12, 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

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

maui-pr-uitests / WinUI UITests / Controls / Controls Entry / Controls Entry

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌PowerShell exited with code '1'.

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

Test Failures (33 tests failed)

🔹 [All failing tests from maui-pr]

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

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

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

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

Was this helpful? Yes No