[automated] Merge branch 'main' => 'net11.0'#34252
Merged
Merged
Build Analysis / Build Analysis
failed
Feb 26, 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.
Build Failures
maui-pr-uitests / WinUI UITests / Controls / Controls Entry / Controls Entry
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌PowerShell exited with code '1'.
maui-pr-uitests / WinUI UITests / Controls / Controls Entry / Publish the winui_ui_tests_controls 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.
maui-pr-devicetests / net11.0 Mono iOS Helix Tests / Run DeviceTests iOS (Mono) / DeviceTestsIOS (Windows)
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌PowerShell exited with code '1'.
1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr-uitests] [maui-pr-devicetests]
Test Failures (5 tests failed)
🔹 [All failing tests from maui-pr-devicetests]
- Exception Message
CollectionViewHandler2 should have been garbage collected
- CallStack
at Microsoft.Maui.DeviceTests.CollectionViewTests.CollectionViewDoesNotLeakWithDefaultItemsLayout() --- End of stack trace from previous location ---
- Exception Message
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "Hello Matthew (param1=value1, param2=valu"··· Actual: "Failed to fetch" ↑ (pos 0)- CallStack
at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass12_0.<<RequestsCanBeInterceptedAndCustomDataReturnedForDifferentHosts>b__0>d.MoveNext() in /_/src/BlazorWebView/tests/DeviceTests/Elements/BlazorWebViewTests.RequestInterception.cs:line 154 --- End of stack trace from previous location --- at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass16_0.<<RunTest>b__1>d.MoveNext() in /_/src/BlazorWebView/tests/DeviceTests/Elements/BlazorWebViewTests.RequestInterception.cs:line 440 --- End of stack trace from previous location --- at Microsoft.Maui.DeviceTests.HandlerTestBasement.<>c__DisplayClass20_0.<<AttachAndRun>b__0>d.MoveNext() in /_/src/Core/tests/DeviceTests.Shared/HandlerTests/HandlerTestBasement.cs:line 226 --- End of stack trace from previous location --- at Microsoft.Maui.DeviceTests.AssertionExtensions.<AttachAndRun>g__Run|53_0[T](Func`1 action) in /_/src/TestUtils/src/DeviceTests/AssertionExtensions.Windows.cs:line 278 at Microsoft.Maui.DeviceTests.AssertionExtensions.AttachAndRun[T](FrameworkElement view, Func`2 action, IMauiContext mauiContext) in /_/src/TestUtils/src/DeviceTests/AssertionExtensions.Windows.cs:line 243 at Microsoft.Maui.DeviceTests.AssertionExtensions.AttachAndRun[T](FrameworkElement view, Func`2 action, IMauiContext mauiContext) in /_/src/TestUtils/src/DeviceTests/AssertionExtensions.Windows.cs:line 256 at Microsoft.Maui.DeviceTests.AssertionExtensions.<>c__DisplayClass12_0`2.<<AttachAndRun>g__Run|0>d.MoveNext() in /_/src/TestUtils/src/DeviceTests/AssertionExtensions.cs:line 190 --- End of stack trace from previous location --- at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.RunTest(Func`3 test) in /_/src/BlazorWebView/tests/DeviceTests/Elements/BlazorWebViewTests.RequestInterception.cs:line 430 --- End of stack trace from previous location ---
❌ CollectionView Does Not Leak With Default ItemsLayout [Console] [Details] [Artifacts] [2.69% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Controls.DeviceTests-CollectionView.WorkItemExecution [Console] [Details] [Artifacts] [5.29% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]
Failing Configuration
❌ MauiBlazorWebView.DeviceTests-unpackaged.WorkItemExecution [Console] [Details] [Artifacts] [32.14% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]
Failing Configuration
❌ RequestsCanBeInterceptedAndCustomDataReturnedForDifferentHosts(uriBase: \"https://echo.free.beeceptor.com/sample-request\") [Console] [Details] [Artifacts] [2.39% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
🔹 [All failing tests from maui-pr-uitests]
- Exception Message
VisualTestUtils.VisualTestFailedException : Snapshot different than baseline: EntryClearButtonShouldBeVisibleOnDarkTheme.png (13.00% difference) If the correct baseline has changed (this isn't a a bug), then update the baseline image. See test attachment or download the build artifacts to get the new snapshot file.
More info: https://aka.ms/visual-test-workflow
- CallStack
at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 at Microsoft.Maui.TestCases.Tests.Issues.Issue32886.EntryClearButtonShouldBeVisibleOnDarkTheme() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue32886.cs:line 52 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
❌ Microsoft.Maui.TestCases.Tests.Issues.Issue32886(Windows).EntryClearButtonShouldBeVisibleOnDarkTheme [Details] [18.85% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
Loading