Skip to content

Fixed crash when calling ItemsView.ScrollTo on unloaded CollectionView#25444

Merged
kubaflo merged 7 commits into
dotnet:inflight/currentfrom
kubaflo:fix-23014
Mar 10, 2026
Merged

Fixed crash when calling ItemsView.ScrollTo on unloaded CollectionView#25444
kubaflo merged 7 commits into
dotnet:inflight/currentfrom
kubaflo:fix-23014

Fixed crash when calling ItemsView.ScrollTo on unloaded CollectionView

6ed7a8b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 10, 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 Repository Errors

Build Failures

maui-pr / Pack .NET MAUI / Pack macOS / Pack

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌CSC(0,0): error CS1504: Source file '/Users/cloudtest/vss/_work/1/s/src/Core/src/../AppleNative/ApiDefinition.cs' could not be opened -- Method not found: 'Boolean Microsoft.CodeAnalysis.Text.SourceHashAlgorithms.IsSupportedAlgorithm(Microsoft.CodeAnalysis.Text.SourceHashAlgorithm)'.

maui-pr / Pack .NET MAUI / Pack macOS / Publish Mac Native Artifacts

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Path does not exist: /Users/cloudtest/vss/_work/_temp/native-binaries

maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) ListView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

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

Known test errors

Test Failures (14 tests failed)

🔹 [All failing tests from maui-pr]

🔹 [All failing tests from maui-pr]

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

    Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_BlazorDebug [Details] [50.54% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Project Testc0662d36a361200980323.csproj failed to run. Check test output/attachments for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 154
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_BlazorDebug() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 83
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_BlazorRelease [Details] [50.51% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Project Testdb6b11122df1008301541.csproj failed to run. Check test output/attachments for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 154
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_BlazorRelease() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 86
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiDebug [Details] [50.95% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Project Test641d0f2e2b726947265.csproj failed to run. Check test output/attachments for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 154
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiDebug() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 74
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No