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

[iOS] StatusBarBehavior does not occupy entire notch - fix #2309

Merged
merged 9 commits into from
Jan 16, 2025

Update azure-pipelines.yml

0c5863d
Select commit
Loading
Failed to load commit list.
Merged

[iOS] StatusBarBehavior does not occupy entire notch - fix #2309

Update azure-pipelines.yml
0c5863d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CommunityToolkit.Maui failed Jan 16, 2025 in 19m 12s

Build #99.0.0-build-2309.113713+0c5863d had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 11,217 (99.99%)
  • Other: 0 (0.00%)
  • Total: 11,218
Code coverage

  • 4406 of 5976 line covered (73.73%)

Annotations

Check failure on line 947 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CommunityToolkit.Maui

Build log #L947

Fail to upload 'D:\a\_temp\9c5119f8-94d9-4ab0-94ca-25499b05f82c\CommunityToolkit.Maui.Camera_AppBuilderExtensions.html' due to 'System.NullReferenceException: Object reference not set to an instance of an object.

Check failure on line 954 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CommunityToolkit.Maui

Build log #L954

Fail to upload 'D:\a\_temp\9c5119f8-94d9-4ab0-94ca-25499b05f82c\CommunityToolkit.Maui.Camera_CameraException.html' due to 'System.NullReferenceException: Object reference not set to an instance of an object.

Check failure on line 961 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CommunityToolkit.Maui

Build log #L961

Fail to upload 'D:\a\_temp\9c5119f8-94d9-4ab0-94ca-25499b05f82c\CommunityToolkit.Maui.Camera_CameraInfo.html' due to 'System.NullReferenceException: Object reference not set to an instance of an object.

Check failure on line 968 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CommunityToolkit.Maui

Build log #L968

Fail to upload 'D:\a\_temp\9c5119f8-94d9-4ab0-94ca-25499b05f82c\CommunityToolkit.Maui.Camera_CameraManager.html' due to 'System.NullReferenceException: Object reference not set to an instance of an object.

Check failure on line 1 in CommunityToolkit.Maui.UnitTests.Extensions.BackgroundColorToTests.BackgroundColorTo_VerifyColorChangedForDefaultBackgroundColor

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CommunityToolkit.Maui

CommunityToolkit.Maui.UnitTests.Extensions.BackgroundColorToTests.BackgroundColorTo_VerifyColorChangedForDefaultBackgroundColor

System.IndexOutOfRangeException : Index was outside the bounds of the array.
Raw output
   at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
   at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
   at Microsoft.Maui.Controls.AnimationExtensions.AnimateInternal[T](IAnimatable self, IAnimationManager animationManager, String name, Func`2 transform, Action`1 callback, UInt32 rate, UInt32 length, Easing easing, Action`2 finished, Func`1 repeat)
   at Microsoft.Maui.Controls.DispatcherExtensions.DispatchIfRequired(IDispatcher dispatcher, Action action)
   at Microsoft.Maui.Controls.AnimationExtensions.DoAction(IAnimatable self, Action action)
   at Microsoft.Maui.Controls.AnimationExtensions.Animate[T](IAnimatable self, String name, Func`2 transform, Action`1 callback, UInt32 rate, UInt32 length, Easing easing, Action`2 finished, Func`1 repeat, IAnimationManager animationManager)
   at Microsoft.Maui.Controls.AnimationExtensions.Animate(IAnimatable self, String name, Action`1 callback, UInt32 rate, UInt32 length, Easing easing, Action`2 finished, Func`1 repeat)
   at Microsoft.Maui.Controls.AnimationExtensions.Animate(IAnimatable self, String name, Animation animation, UInt32 rate, UInt32 length, Easing easing, Action`2 finished, Func`1 repeat)
   at Microsoft.Maui.Controls.Animation.Commit(IAnimatable owner, String name, UInt32 rate, UInt32 length, Easing easing, Action`2 finished, Func`1 repeat)
   at CommunityToolkit.Maui.Extensions.ColorAnimationExtensions.BackgroundColorTo(VisualElement element, Color color, UInt32 rate, UInt32 length, Easing easing, CancellationToken token) in /_/src/CommunityToolkit.Maui/Extensions/ColorAnimationExtensions.shared.cs:line 33
   at CommunityToolkit.Maui.UnitTests.Extensions.BackgroundColorToTests.BackgroundColorTo_VerifyColorChangedForDefaultBackgroundColor() in /_/src/CommunityToolkit.Maui.UnitTests/Extensions/BackgroundColorToTests.cs:line 61
--- End of stack trace from previous location ---