Fix Picker reacts to data changes after the page is closed#33733
Open
devanathan-vaithiyanathan wants to merge 8 commits into
Open
Fix Picker reacts to data changes after the page is closed#33733devanathan-vaithiyanathan wants to merge 8 commits into
devanathan-vaithiyanathan wants to merge 8 commits into
Build Analysis / Build Analysis
failed
May 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 / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌src\Maui.InTree.targets(20,5): error MSB4024: The imported project file "D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.targets" could not be loaded. Could not find file 'D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.targets'.
Test Failures (56 tests failed)
🔹 [All failing tests from maui-pr]
- 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 853 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 830 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: 4 Actual: 3
- CallStack
at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.TestItemsSourceCollectionChangedAppend() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 285 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.Empty() Failure: Collection was not empty Collection: ["John", null, null]
- CallStack
at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.TestItemsSourceCollectionChangedClear() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 306 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] [1.84% 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]
❌ PickerPreservesSelectedItemAfterInsertingItemBeforeSelection [Console] [Details] [Artifacts] [0.17% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
❌ PickerPreservesSelectedItemAfterRemovingItemBeforeSelection [Console] [Details] [Artifacts] [0.17% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
❌ TestItemsSourceCollectionChangedAppend [Console] [Details] [Artifacts] [0.17% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
❌ TestItemsSourceCollectionChangedClear [Console] [Details] [Artifacts] [0.17% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configurations (4)
Loading