ObservableCollection::Clear with ListView causes crash in .NET6? #16168
Replies: 2 comments 1 reply
-
The linked PR in the Issue looks like it was merged in to the then-Net7 branch and personally I haven't experienced that stacktrace in .Net 7, so that version seems clear. That is not to say ObservableCollection+CollectionView is bug-free. We're currently still plagued by Issue #7237 which has remained unsolved for over one year... |
Beta Was this translation helpful? Give feedback.
-
It seems that bug fixes won't necessarily get back ported. But adding to that .Net Maui end of life policy means versions are EOL sooner than you expect. The .Net Maui 6 EOL is not related to the .Net 6 EOL. .Net Maui 6 went EOL on 23 May... https://dotnet.microsoft.com/en-us/platform/support/policy/maui |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've recently stumbled upon this #9302 issue in my code and it says it's been solved in 7.0.0-rc.2.6866. My question is whether it's also been solved in .NET6? I'm having troubles finding out whether that fix have been integrated into some .NET6 release. I've used .NET SDK 6.0.412, which I believe is the most recent version, however the app keeps crashing.
This problem is happening when migrating from Xamarin, so maybe it could be worked around by using the CollectionView https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/#move-from-listview-to-collectionview.
Thank you for any feedback and feel free to suggest improvements to this question, it is my first asked question ever on github 😇
Beta Was this translation helpful? Give feedback.
All reactions