Skip to content

[Android][Windows] Fix GraphicsView passing fractional dirtyRect dimensions to IDrawable.Draw - #34564

Merged
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-33110
Jun 25, 2026
Merged

[Android][Windows] Fix GraphicsView passing fractional dirtyRect dimensions to IDrawable.Draw#34564
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-33110

Update PlatformGraphicsView.cs

9a9d681
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Jun 25, 2026 in 1h 51m 53s

Build #10.0.90-ci+pr.34564.azdo.1481910 had test failures

Details

Tests

  • Failed: 72 (0.39%)
  • Passed: 18,404 (98.86%)
  • Other: 140 (0.75%)
  • Total: 18,616

Annotations

Check failure on line 399 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L399

Test suite had 1 failure(s).

Check failure on line 402 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L402

PowerShell exited with code '1'.

Check failure on line 794 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L794

Test suite had 1 failure(s).

Check failure on line 797 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L797

PowerShell exited with code '1'.

Check failure on line 1 in SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

Assert.Equal() Failure: Values differ
Expected: 2
Actual:   -1
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 296
   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)

Check failure on line 1 in TestItemsSourceCollectionChangedInsertBeforeSelected

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestItemsSourceCollectionChangedInsertBeforeSelected

Test failed

Check failure on line 1 in TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

Assert.Equal() Failure: Values differ
Expected: 4
Actual:   3
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.TestSelectedIndexAssignedItemsSourceCollectionChangedInsert() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 752
   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)

Check failure on line 1 in PickerPreservesSelectedItemAfterRemovingItemBeforeSelection

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

PickerPreservesSelectedItemAfterRemovingItemBeforeSelection

Assert.Equal() Failure: Values differ
Expected: 1
Actual:   2
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerPreservesSelectedItemAfterRemovingItemBeforeSelection() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1018
   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)