Skip to content

Improved style inheritance#31317

Merged
kubaflo merged 6 commits into
dotnet:inflight/currentfrom
kubaflo:Issue31280
Apr 1, 2026
Merged

Improved style inheritance#31317
kubaflo merged 6 commits into
dotnet:inflight/currentfrom
kubaflo:Issue31280

Fix style inheritance by unapplying base style before reapplying

a9fabde
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Apr 1, 2026 in 1h 58m 43s

Build #10.0.60-ci+pr.31317.azdo.1362294 had test failures

Details

Tests

  • Failed: 40 (0.22%)
  • Passed: 17,661 (99.01%)
  • Other: 136 (0.76%)
  • Total: 17,837

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 4fe47add-f196-4157-a8bc-b9ec48d63699 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4fe47add-f196-4157-a8bc-b9ec48d63699/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 4fe47add-f196-4157-a8bc-b9ec48d63699 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4fe47add-f196-4157-a8bc-b9ec48d63699/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 048f5bf7-6f1a-481c-8347-3bef9e83cfe5 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/048f5bf7-6f1a-481c-8347-3bef9e83cfe5/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 048f5bf7-6f1a-481c-8347-3bef9e83cfe5 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/048f5bf7-6f1a-481c-8347-3bef9e83cfe5/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)