Fix for Control does not update from binding anymore after MultiBinding.ConvertBack is called#33128
.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
-
❌10.0.20-ci+pr.33128.azdo.1231742 / iOS UITests Mono / Controls (v18.4) / Controls (v18.4) Editor,Effects,FlyoutPage,Focus,Fonts,Frame,Gestures,GraphicsView / Controls (v18.4) Editor,Effects,FlyoutPage,Focus,Fonts,Frame,Gestures,GraphicsView - CI UItests failure System.TimeoutException : Timed out waiting for element...
Known Infrastructure Errors
Build Failures
maui-pr / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(10,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)
- ❌ 7 more errors on this task
maui-pr / Build .NET MAUI / Build Windows (Release) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(10,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)
- ❌ 7 more errors on this task
maui-pr / Build .NET MAUI / Build macOS (Debug) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌src/Controls/tests/Xaml.UnitTests/Issues/Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src/Controls/tests/Xaml.UnitTests/Issues/Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
-
❌src/Controls/tests/Xaml.UnitTests/Issues/Maui31939.xaml.cs(20,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)
- ❌ 7 more errors on this task
5 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr] [maui-pr-devicetests] [maui-pr-uitests]
Known test errors
-
❌TitleView can use constraints to expand area - System.InvalidOperationException: Failed to copy test results from simulator to host.
Test Failures (2 tests failed)
🔹 [All failing tests from maui-pr-uitests]
- Exception Message
The app was expected to be running still, investigate as possible crash TearDown : The app was expected to be running still, investigate as possible crash
- CallStack
at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 87 at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 38
--TearDown
at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 87
at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 381) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 87
at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 38- Exception Message
VisualTestUtils.VisualTestFailedException : Snapshot different than baseline: ModalPageMarginCorrectAfterKeyboardOpens.png (1.34% 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|9_0(String name, <>c__DisplayClass9_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 367 at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 209 at Microsoft.Maui.TestCases.Tests.Issues.Issue18961.ModalPageMarginCorrectAfterKeyboardOpens() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18961.cs:line 40 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
❌ Microsoft.Maui.TestCases.Tests.DragAndDropUITests(iOS).DragAndDropBetweenLayouts [Details] [2.49% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.Maui.TestCases.Tests.Issues.Issue18961(Android).ModalPageMarginCorrectAfterKeyboardOpens [Details] [40.41% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]