dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

[Testing] Enable CarouselViewVirtualViewNotNull test on all platforms and fix related CarouselView issues #22287

Open jsuarezruiz opened 6 months ago

jsuarezruiz commented 6 months ago

Description

Enable CarouselViewVirtualViewNotNull test on all platforms and fix related CarouselView issues https://github.com/dotnet/maui/pull/22207

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

Nightly / CI build (Please specify exact version)

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 6 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

rmarinho commented 1 month ago

Fixed for iOS and Mac on https://github.com/dotnet/maui/pull/24471

Tests don t work on Mac because app.back is not implemented.