Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndicatorView IndicatorTemplate Binding #19004

Merged

Fix compilation issue

05aaf1d
Select commit
Loading
Failed to load commit list.
Merged

IndicatorView IndicatorTemplate Binding #19004

Fix compilation issue
05aaf1d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Apr 5, 2024 in 1h 17m 21s

Build #8.0.20-ci.net8.9759+pr.19004-sha.b78946f4d-azdo.112592 had test failures

Details

Tests

  • Failed: 1 (0.10%)
  • Passed: 593 (61.77%)
  • Other: 366 (38.13%)
  • Total: 960

Annotations

Check failure on line 4863 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L4863

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.AppiumTests.DragAndDropUITests(Windows).DropEventCoordinates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.AppiumTests.DragAndDropUITests(Windows).DropEventCoordinates

System.FormatException : The input string '' was not in a correct format.
Raw output
   at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
   at System.Int32.Parse(String s)
   at Microsoft.Maui.AppiumTests.DragAndDropUITests.GetCoordinatesFromLabel(String labelText) in D:\a\1\s\src\Controls\tests\UITests\Tests\DragAndDropUITests.cs:line 300
   at Microsoft.Maui.AppiumTests.DragAndDropUITests.DropEventCoordinates() in D:\a\1\s\src\Controls\tests\UITests\Tests\DragAndDropUITests.cs:line 256
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)