Skip to content

[Windows] FlyoutPage: update CollapseStyle at runtime - #29927

Merged
kubaflo merged 12 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-18200
Mar 30, 2026
Merged

[Windows] FlyoutPage: update CollapseStyle at runtime#29927
kubaflo merged 12 commits into
dotnet:inflight/currentfrom
devanathan-vaithiyanathan:fix-18200

addressed AI review summary

59cbf01
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Mar 30, 2026 in 2h 40m 47s

Build #10.0.60-ci+pr.29927.azdo.1357780 had test failures

Details

Tests

  • Failed: 41 (0.23%)
  • Passed: 17,638 (99.01%)
  • Other: 136 (0.76%)
  • Total: 17,815

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.Controls.Core.UnitTests.dll in job 250a6469-6bd8-44da-9272-9f2def4627a3 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/250a6469-6bd8-44da-9272-9f2def4627a3/workitems/Microsoft.Maui.Controls.Core.UnitTests.dll/console

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.Controls.Xaml.UnitTests.dll in job 250a6469-6bd8-44da-9272-9f2def4627a3 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/250a6469-6bd8-44da-9272-9f2def4627a3/workitems/Microsoft.Maui.Controls.Xaml.UnitTests.dll/console

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.Controls.Core.UnitTests.dll in job 4a490849-3f6c-4e4b-a601-ee85c7686955 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4a490849-3f6c-4e4b-a601-ee85c7686955/workitems/Microsoft.Maui.Controls.Core.UnitTests.dll/console

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.Controls.Xaml.UnitTests.dll in job 4a490849-3f6c-4e4b-a601-ee85c7686955 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4a490849-3f6c-4e4b-a601-ee85c7686955/workitems/Microsoft.Maui.Controls.Xaml.UnitTests.dll/console

Check failure on line 1 in ConvertIsCultureAware

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

ConvertIsCultureAware

Test failed

Check failure on line 1 in Convert

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Convert

Test failed

Check failure on line 1 in BackButtonUpdatesWhenSetToNewCommand

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

BackButtonUpdatesWhenSetToNewCommand

Assert.True() Failure
Expected: True
Actual:   False
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.ShellToolbarTests.BackButtonUpdatesWhenSetToNewCommand() in /_/src/Controls/tests/Core.UnitTests/ShellToolbarTests.cs:line 145
--- End of stack trace from previous location ---

Check failure on line 1 in NavBarIsVisibleUpdates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

NavBarIsVisibleUpdates

Assert.True() Failure
Expected: True
Actual:   False
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.ShellToolbarTests.NavBarIsVisibleUpdates() in /_/src/Controls/tests/Core.UnitTests/ShellToolbarTests.cs:line 197
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)