Bret Johnson
Bret Johnson
cc @drasticactions who was going to repro to verify it's an SDK issue
What do you mean by a XAML test? You mean a non compiled XAML test in addition to the compiled XAML test that's there currently?
> You may just be able to add to that test... It seems to have a bunch of things you are doing. I updated, moving all my tests there, which...
This is ready to merge, from my perspective, once @StephaneDelcroix approves (or suggests additional test cases).
@StephaneDelcroix ping on this; can you take a look; thanks
@drasticactions @PureWeen I tested with maui main and this is still broken - no ListView children show in the LVT nor does Hot Reload work when updating the template. 
I pinged Phil Henning to better understand the cause / fix here. And he said this is an issue with solution templates (which are rare) but not with project templates...
@SahanaSShetty That exception is because `UseMauiCompability` needs to be called on the App Builder, to enable Compatibility library features like RelativeLayout. That exception should actually be a different exception, with...
I spent some time investigating this today, including creating a simple test nuget package. Here are my findings: First, on the package being nondeterministic: - For my test package, setting...
Now that LogicalChildren APIs are in MAUI .NET8, calling addlogicalchildren should make this work. But as that's a .NET8 only API, it'll need a .NET8 version of the communitytoolkit, which...