-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CollectionView is not currently being Garbage Collected #20710
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewfixed-in-8.0.20fixed-in-8.0.40fixed-in-9.0.0-preview.3.10457fixed-in-9.0.0-preview.5.24307.10perf/generalThe issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)perf/memory-leak 💦Memory usage grows / objects live forever (sub: perf)Memory usage grows / objects live forever (sub: perf)platform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewfixed-in-8.0.20fixed-in-8.0.40fixed-in-9.0.0-preview.3.10457fixed-in-9.0.0-preview.5.24307.10perf/generalThe issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)perf/memory-leak 💦Memory usage grows / objects live forever (sub: perf)Memory usage grows / objects live forever (sub: perf)platform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Description
Hi
With the following Xaml on a page, the page doesn't get garbage collected when navigating back:
Steps to Reproduce
~MyPage()never gets calledLink to public reproduction project repository
https://github.com/marco-skizza/MauiCollectionView
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, I was not able test on other platforms
Affected platform versions
iPadOS 17.3.1 on iPad mini 6
Did you find any workaround?
No
Relevant log output
No response