Timo Partl
Timo Partl
I am using AOT compilation ("Native AOT") for both my iOS and macOS apps - so when there's a way to populate the device info for macOS using the native...
I'm also seeing crashes when setting an `IEnumerable` as ItemSource, like this: `comboBox.ItemsSource = Enumerable.Range(0, 10).Select(x => new TestItem(x));` No crash when using `.ToList()` `comboBox.ItemsSource = Enumerable.Range(0, 10).Select(x => new...
Any hope this will be resolved with the next release? It's the only thing blocking me from using NativeAot.
The problem still happens with `1.7.250109001-experimental2`
I've reported this issue six months ago. Is there any hope this will get fixed any time soon? It's the only blocker that prevents me using Native AOT for this...
@manodasanW thanks for your response. I see your linked fork was last active in September last year. I am not too familiar with the topic to understand if I can...
@manodasanW I spent a considerable amount of time, trying to understand your `IReferenceArray2` code and apply it to my problem, but without luck. Unfortunately, I am not familiar with the...
I am still having this issue and it blocks me from migrating the rest of my apps to WinUI3 - is there any hope this will be fixed? It would...
@manodasanW @Sergio0694 This happens again with .net10-rc1 - can this issue be reopened? Example project: [Test (1).zip](https://github.com/user-attachments/files/22627673/Test.1.zip)
@manodasanW Yes. This time reproducing it isn't as easy as just running it via the IDE in Release mode, I had to build the package and install it, but the...