Skip to content

[iOS] Fix RadioButton BackgroundColor bleeding outside CornerRadius#34844

Merged
kubaflo merged 12 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix/radiobutton-background-bleed-ios
Apr 28, 2026
Merged

[iOS] Fix RadioButton BackgroundColor bleeding outside CornerRadius#34844
kubaflo merged 12 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix/radiobutton-background-bleed-ios

Merge branch 'inflight/current' into fix/radiobutton-background-bleed…

9662b6a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 28, 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\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)'

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)'

maui-pr / Build .NET MAUI / Build macOS (Debug) / 🛠️ 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)'

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

Test Failures (16 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No