netmaui-surfing-app-challenge
                                
                                 netmaui-surfing-app-challenge copied to clipboard
                                
                                    netmaui-surfing-app-challenge copied to clipboard
                            
                            
                            
                        .NET MAUI sample status progress
Issues found during this challenge:
- https://github.com/dotnet/maui/issues/9484
- https://github.com/dotnet/maui/issues/9485
- https://github.com/dotnet/maui/issues/10479
- https://github.com/dotnet/maui/issues/10478
More tests using the latest .NET 7 and .NET 8 versions.
.NET 7
Performance problems scrolling the list.
.NET 8
Image inside border misaligned on Android.
Path inside Border is not rendering on Android.
CollectionView performance in .NET 8 is better than in .NET 7 although scrolling still slows down in complex cases like this. We have to continue improving.
On Windows, there are some issues with positions and sizes. The horizontal CollectionView items have a wrong width. In the vertical CollectionView the first item have a wrong width.
On Windows the Border image is clipped incorrectly.
Next a screenshot from .NET 7 SR8:
New issues created:
- https://github.com/dotnet/maui/issues/17571
- https://github.com/dotnet/maui/issues/17573
- https://github.com/dotnet/maui/issues/17574