Omar Plata Salas

Results 17 comments of Omar Plata Salas

Does the event viewer have any relevant data? On my end, disabling XAML Hot Reload fixes those random exceptions. Seems to be a problem with the VS Debugger, or .NET

> While testing on a .NET Native compiled Debug build with debugger (both Hot Reload and XAML Hot Reload disabled) attached, I encountered this issue: > > > Failfast due...

I've tried gathering some info, but the logs just aren't clear enough to pinpoint an exact cause. I'll leave the issue open for now, but there doesn't seem to be...

I tried with WinDbg, and it actually shows _something_ at least. ``` (324c.134c): Windows Runtime Originate Error - code 40080201 (first chance) (324c.5cd8): Access violation - code c0000005 (first chance)...

The [ItemsRepeater.ItemTemplate](https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.itemsrepeater.itemtemplate) property allows using a `DataTemplate`, `DataTemplateSelector` or `IElementFactory`. Could the `SettingsExpander.ItemTemplate` allow for this as well? It'd be pretty useful IMO, and `ItemsRepeater` already provides the needed support,...

> @YourOrdinaryCat great suggestion. Would you like to submit a PR for that? Thanks! Done - see #417, would a new sample be needed for this? If not I can...

> But just by looking at it, and I'm not an expert in this custom controls area, shouldn't the `Items` property be something that will raise events when changed? I...