Tim Miller

Results 202 comments of Tim Miller

How is this different from https://github.com/dotnet/maui/issues/14654, which is not closed?

Have you tried building and deploying a iOS app from Xcode with that setup to see how much faster it is?

For notes: https://github.com/xamarin/Xamarin.Forms/blob/5.0.0/Xamarin.Forms.Platform.iOS/CollectionView/SelectableItemsViewController.cs#L144-L175 Checking Forms, it's the same logic there, copied to MAUI.

I removed the Hot-Reload-Xaml tag, https://github.com/dotnet/maui/issues/14471#issuecomment-1535007818 This is not a Hot Reload bug.

@ziomek64 I've tried reproducing this with your sample project, and in the MAUI repo, in code and with XAML Hot Reload, and it works every time. If I set it...

![image](https://user-images.githubusercontent.com/898335/229670688-2d5efb65-aa77-4462-af87-d55cde35d8e9.png) The Logical Children are 0.

Some notes: - LogicalChildren for ListView is always 0 for WinUI, I am trying to untangle it but I believe this is why: - The ListViewHandler, renderer that handles ListView...

@Foda That's because of https://github.com/dotnet/maui/issues/18401, which I think is the underlying issue. - Hot Reload works with CollectionView because it exposes its children elements. Since those appear in LogicalChildren, they...

If you try the same thing from a straight .NET Android app (`dotnet new android`) does the same exception occur?

@pitamcclav If you go to your console and type ``` dotnet new --list ``` what projects do you see? Do you see any MAUI projects?