Skip to content

[iOS, MacCatalyst] CollectionView: Fix grid spacing updates for first row and column#34598

Merged
kubaflo merged 7 commits into
dotnet:inflight/currentfrom
KarthikRajaKalaimani:fix-34257-iOS
Jun 23, 2026
Merged

[iOS, MacCatalyst] CollectionView: Fix grid spacing updates for first row and column#34598
kubaflo merged 7 commits into
dotnet:inflight/currentfrom
KarthikRajaKalaimani:fix-34257-iOS

improved the fix and test cases

1b9fb5e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 23, 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 / MultiProject windows

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

maui-pr-devicetests / net10.0 Windows Helix Tests / Run DeviceTests Windows

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌The job running on agent NetCore-Public 238 ran longer than the maximum time of 240 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

maui-pr-uitests / Android UITests CoreClr / Controls (API 30) / Controls (API 30) CollectionView / Controls (API 30) CollectionView

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌PowerShell exited with code '1'.

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

Test Failures (31 tests failed)

🔹 [All failing tests from maui-pr]

    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(config: "Debug", projectName: "MultiProject@Symbol & More") [Details] [1.11% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Unable to create template maui-multiproject. Check test output for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(String config, String projectName) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 20
       at InvokeStub_MultiProjectTemplateTest.BuildMultiProject(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(config: "Debug", projectName: "simplemulti") [Details] [1.25% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Unable to create template maui-multiproject. Check test output for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(String config, String projectName) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 20
       at InvokeStub_MultiProjectTemplateTest.BuildMultiProject(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(config: "Release", projectName: "MultiProject@Symbol & More") [Details] [1.12% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Unable to create template maui-multiproject. Check test output for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(String config, String projectName) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 20
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(config: "Release", projectName: "simplemulti") [Details] [1.11% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Unable to create template maui-multiproject. Check test output for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(String config, String projectName) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 20
       at InvokeStub_MultiProjectTemplateTest.BuildMultiProject(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.VerifyIncludedPlatformsInSln(platformArg: "") [Details] [0.00% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Unable to create template maui-multiproject. Check test output for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.VerifyIncludedPlatformsInSln(String platformArg) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 80
       at InvokeStub_MultiProjectTemplateTest.VerifyIncludedPlatformsInSln(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

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

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

Was this helpful? Yes No