Sergio Pedri

Results 352 comments of Sergio Pedri

That is very interesting, good find! I'm not too concerned about the package size right now since I'm not currently publishing that app in the WinUI 3 version anyway (I'm...

Hey @JesseCol, thank you for looking into this! My `AnimatedComputeShaderPanel` already subscribes to `Unloaded` internally to stop the render thread ([here](https://github.com/Sergio0694/ComputeSharp/blob/e0a5f6e6af528d8f42c099758e333ef017ca3878/src/ComputeSharp.WinUI/Controls/AnimatedComputeShaderPanel.cs#L62-L66)), so I wonder if the issue there wasn't just...

Mmh this seems like an external issue. @sharwell do you think this is some VS/Roslyn issue? Have you seen it before? 🤔

@nickrandolph can you help with that? Feel free to share a link to the VS issue here for reference. Thank you!

I suspect this is related to https://github.com/microsoft/microsoft-ui-xaml/issues/5221. @DarthMazut could you update the WASDK version you're using to `Microsoft.WindowsAppSDK.1.2.221209.1` (or greater) and see if you can still repro? Thank you! 🙂

Closing this, the minimal repro provided by OP doesn't actually reproduce the issue. I'd recommend making sure to use the latest stable release of the MVVM Toolkit and also checking...

Closing this, as it just seems like an issue with MAUI (also I think I've seen this being mentioned in a separate issue as well though I don't have it...

Couldn't repro this, but I've added one more unit test to cover this too in a PR. Thank you! 🙂

@ajmcateer are you able to share a minimal repro, even better a standalone unit test we could use? 🙂

Closing this, as #168 did add new APIs to insert items in the right (sorted) position 🙂