A .NET MAUI bug is preventing CollectionView and ListView content displaying in release configuration if the data type is not explicitly set on the DataTemplate.
This workaround didn't work for the Picker used in "Offline routing" so I replaced it with a CollectionView.
Description
A .NET MAUI bug is preventing
CollectionView
andListView
content displaying in release configuration if the data type is not explicitly set on theDataTemplate
.This workaround didn't work for the
Picker
used in "Offline routing" so I replaced it with aCollectionView
.https://github.com/dotnet/maui/issues/20002
Type of change
Platforms tested on
Checklist