You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a SettingsExpander that is bound to an ObservableCollection in a page that is not cached (NavigationCacheMode="Disabled") and this page is repeatedly opened (and old instances of the page have been garbage collected), the app crashes once an item of that ObservableCollection is removed.
Describe the bug
When using a
SettingsExpander
that is bound to anObservableCollection
in a page that is not cached (NavigationCacheMode="Disabled"
) and this page is repeatedly opened (and old instances of the page have been garbage collected), the app crashes once an item of thatObservableCollection
is removed.Steps to reproduce
Download and run this test project : Test.zip
Expected behavior
No crash.
When adding
NavigationCacheMode="Required"
toPage2
, the crash is not happeningCode Platform
Windows Build Number
App minimum and target SDK version
Visual Studio Version
2022
Help us help you
No, I'm unable to contribute a solution.
The text was updated successfully, but these errors were encountered: