Skip to content

[C] Fix Slider and Stepper property order independence - #32939

Merged
PureWeen merged 1 commit into
inflight/currentfrom
fix/slider-stepper-property-order-independence
Dec 22, 2025
Merged

[C] Fix Slider and Stepper property order independence#32939
PureWeen merged 1 commit into
inflight/currentfrom
fix/slider-stepper-property-order-independence

Fix Slider and Stepper property order independence

c45c527
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 22, 2025 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.

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?)

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?)

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/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?)

4 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr] [maui-pr-devicetests]

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from maui-pr-devicetests]

    Unfocus will work when page is shown a 2nd time [Details] [12.48% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.True() Failure\r\nExpected: True\r\nActual:   False
    CallStack
       at Microsoft.Maui.DeviceTests.EntryTests.<>c__DisplayClass5_0.<UnFocusOnEntryAfterPagePop>b__4()
       at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
    --- End of stack trace from previous location ---
       at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.EntryTests.<>c__DisplayClass5_0.<<UnFocusOnEntryAfterPagePop>b__2>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_1`1.<<CreateHandlerAndAddToWindow>b__1>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_0`1.<<CreateHandlerAndAddToWindow>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.EntryTests.UnFocusOnEntryAfterPagePop()
    --- End of stack trace from previous location ---

Was this helpful? Yes No