xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] UWP CollectionView shows empty screen after XF update #12272

Closed jbe2277 closed 3 years ago

jbe2277 commented 4 years ago

Description

UWP CollectionView shows empty screen after XF update.

Steps to Reproduce

  1. Clone https://github.com/jbe2277/waf.git

  2. Checkout commit https://github.com/jbe2277/waf/commit/06a33c5cd317454a06d929de01efc6b2a32f71ee

  3. Open src\NewsReader\NewsReader.sln

  4. Start the App with "NewsReader.UWP", "Debug", "x86"

  5. Verify that news feed items are shown.

  6. Update "Xamarin.Forms" from Version="4.8.0.1269" to Version="4.8.0.1451"

  7. Start the App again

  8. See that news feed items are empty -> Collection view does not render the elements anymore

Workaround

Downgrade Xamarin Forms to Version="4.8.0.1269"

brandbogard commented 4 years ago

Same issue for me but 1364 works on UWP with a ListView

hartez commented 3 years ago

This is fixed in 4.8.0.1821 and onward.