Jonathan Peppers
Jonathan Peppers
Your settings don't seem quite right: ```xml True ``` You don't want AOT in Debug builds, in fact, you should be getting a build warning that says so? I would...
I think we need some `.binlogs` to look at this, or a sample app that hits the same issue.
@PureWeen @rachelkang how does the MAUI team go about sharing files privately?
You mention that you disabled some settings: ```xml r8 False False True ``` What happens if you remove this entire block and use the default values?
@nacompllo I'm looking at your sample: https://github.com/nacompllo/MauiCollectionView It puts `dotnet_bot.svg` 3 times for each row. This is a 672x832 image squashed into a tiny ``. Can you use a different...
@PureWeen @hartez would you know why the above example seems like it might be rendering every row in the `CollectionView`? Should it only be doing this for the elements visible?...
> @jonathanpeppers this hierarchy feels problematic > > ``` > > > ``` @nacompllo I basically just removed the outer two layouts and the app looked the same to me....
> Or at least throw some error in such cases? @Dreamescaper are you aware of anything other frameworks do like this? WPF? If you wrapped any "virtualizing" panel in a...
Right I'm referring to WPF, because it is the OG XAML UI framework that has all the same concepts
@Boxer-Property are you hitting a problem? can you post the error message? I have been able to keep this library on 3.5.0.2, as it has been working on any Xamarin.Forms...