Fix for GetPosition truncates fractional coordinates to integers In OnTapped Event on iOS and MacCatalyst - #35949
Merged
Build Analysis / Build Analysis
failed
Jul 1, 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 / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src\Controls\tests\TestCases.HostApp\Issues\Issue36154.cs(118,7): error CS1061: 'Label' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
- ❌ 3 more errors on this task
maui-pr / Build .NET MAUI / Build Windows (Release) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src\Controls\tests\TestCases.HostApp\Issues\Issue36154.cs(118,7): error CS1061: 'Label' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
- ❌ 3 more errors on this task
maui-pr / Build .NET MAUI / Build macOS (Debug) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
-
❌src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs(118,7): error CS1061: 'Label' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)
- ❌ 3 more errors on this task
25 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr]
Test Failures (88 tests failed)
🔹 [All failing tests from maui-pr]
- Exception Message
Assert.Equal() Failure: Values differ Expected: -1 Actual: 1
- CallStack
at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerClearsSelectionWhenSelectedItemIsRemovedFromItemsSource() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1064 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)
- Exception Message
Assert.Equal() Failure: Values differ Expected: 2 Actual: 1
- CallStack
at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerPreservesSelectedItemAfterInsertingItemBeforeSelection() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1042 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)
- Exception Message
Assert.Equal() Failure: Values differ Expected: 1 Actual: 2
- CallStack
at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerPreservesSelectedItemAfterRemovingItemBeforeSelection() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1019 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)
❌ Microsoft.Maui.Controls.Core.UnitTests.dll.WorkItemExecution [Console] [Details] [Artifacts] [18.59% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]
❌ Microsoft.Maui.Controls.Xaml.UnitTests.dll.WorkItemExecution [Console] [Details] [Artifacts] [25.02% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]
❌ PickerClearsSelectionWhenSelectedItemIsRemovedFromItemsSource [Console] [Details] [Artifacts] [88.24% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
❌ PickerPreservesSelectedItemAfterInsertingItemBeforeSelection [Console] [Details] [Artifacts] [18.10% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
❌ PickerPreservesSelectedItemAfterRemovingItemBeforeSelection [Console] [Details] [Artifacts] [18.10% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
Loading