Skip to content

[Windows] Fix CarouselView EmptyView display when filtering to zero items - #29247

Merged
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
Shalini-Ashokan:fix-7150
May 26, 2026
Merged

[Windows] Fix CarouselView EmptyView display when filtering to zero items#29247
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
Shalini-Ashokan:fix-7150

Merge branch 'inflight/current' into fix-7150

f6b51cb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed May 26, 2026 in 2h 11m 16s

Build #10.0.80-ci+pr.29247.azdo.1435150 had test failures

Details

Tests

  • Failed: 22 (0.12%)
  • Passed: 18,436 (99.13%)
  • Other: 140 (0.75%)
  • Total: 18,598

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.Maui.UnitTests.dll in job 41e91e71-9b28-4233-82ae-b30ced46d9df has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/41e91e71-9b28-4233-82ae-b30ced46d9df/workitems/Microsoft.Maui.UnitTests.dll/console

Check failure on line 1 in MapperRetainsInsertionOrder

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

MapperRetainsInsertionOrder

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Threading.ThreadLocal`1[[Microsoft.Maui.Dispatching.IDispatcher, Microsoft.Maui, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
Raw output
   at System.Threading.ThreadLocal`1.GetValueSlow()
   at Microsoft.Maui.UnitTests.DispatcherProviderStub.GetForCurrentThread() in /_/src/Core/tests/UnitTests/TestClasses/DispatcherStub.cs:line 108
   at Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() in /_/src/Core/src/Dispatching/Dispatcher.cs:line 9
   at Microsoft.Maui.Controls.BindableObject..ctor() in /_/src/Controls/src/Core/BindableObject.cs:line 38
   at Microsoft.Maui.Controls.Element..ctor() in /_/src/Controls/src/Core/Element/Element.cs:line 701
   at Microsoft.Maui.Controls.StyleableElement..ctor() in /_/src/Controls/src/Core/StyleableElement/StyleableElement.cs:line 17
   at Microsoft.Maui.Controls.NavigableElement..ctor() in /_/src/Controls/src/Core/NavigableElement/NavigableElement.cs:line 22
   at Microsoft.Maui.Controls.VisualElement..ctor() in /_/src/Controls/src/Core/VisualElement/VisualElement.cs:line 531
   at Microsoft.Maui.Controls.View..ctor() in /_/src/Controls/src/Core/View/View.cs:line 94
   at Microsoft.Maui.Controls.Button..ctor() in /_/src/Controls/src/Core/Button/Button.cs:line 353
   at Microsoft.Maui.UnitTests.PropertyMapperTests.MapperRetainsInsertionOrder() in /_/src/Core/tests/UnitTests/PropertyMapperTests.cs:line 39
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in GenericMappersWorks

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

GenericMappersWorks

Test failed

Check failure on line 1 in DurationMetricsRecordWithoutActivityListeners

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

DurationMetricsRecordWithoutActivityListeners

Test failed

Check failure on line 1 in MapperExecutesChainedKeysFirst

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

MapperExecutesChainedKeysFirst

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Threading.ThreadLocal`1[[Microsoft.Maui.Dispatching.IDispatcher, Microsoft.Maui, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
Raw output
   at System.Threading.ThreadLocal`1.GetValueSlow()
   at Microsoft.Maui.UnitTests.DispatcherProviderStub.GetForCurrentThread() in /_/src/Core/tests/UnitTests/TestClasses/DispatcherStub.cs:line 108
   at Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() in /_/src/Core/src/Dispatching/Dispatcher.cs:line 9
   at Microsoft.Maui.Controls.BindableObject..ctor() in /_/src/Controls/src/Core/BindableObject.cs:line 38
   at Microsoft.Maui.Controls.Element..ctor() in /_/src/Controls/src/Core/Element/Element.cs:line 701
   at Microsoft.Maui.Controls.StyleableElement..ctor() in /_/src/Controls/src/Core/StyleableElement/StyleableElement.cs:line 17
   at Microsoft.Maui.Controls.NavigableElement..ctor() in /_/src/Controls/src/Core/NavigableElement/NavigableElement.cs:line 22
   at Microsoft.Maui.Controls.VisualElement..ctor() in /_/src/Controls/src/Core/VisualElement/VisualElement.cs:line 531
   at Microsoft.Maui.Controls.View..ctor() in /_/src/Controls/src/Core/View/View.cs:line 94
   at Microsoft.Maui.Controls.Button..ctor() in /_/src/Controls/src/Core/Button/Button.cs:line 353
   at Microsoft.Maui.UnitTests.PropertyMapperTests.MapperExecutesChainedKeysFirst() in /_/src/Core/tests/UnitTests/PropertyMapperTests.cs:line 72
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)