Commit d61637f
Fix misleading claim that RoamingSettings persists through Store updates (#6654)
* Fix misleading claim that RoamingSettings persists through Store updates
The documentation stated 'The system also preserves the contents of
these data stores when the user installs an update to your app' — but
RoamingSettings does not reliably persist through Microsoft Store
updates (reported in #5669).
Changes:
- store-and-retrieve-app-data.md: Soften blanket guarantee to 'generally
preserves' with explicit callout linking to the Roaming data section;
add note to LocalSettings section that it reliably persists through
updates; add IMPORTANT callout in Roaming data section warning about
Store update data loss
- settings-learning-track.md: Add 'reliably persist through app updates'
to LocalSettings bullet; add inline warning to RoamingSettings bullet
Closes public issue #5669
Co-authored-by: Copilot <[email protected]>
* Address Copilot review feedback
- Move inline **Important** warning to proper [!IMPORTANT] callout
after the API list in settings-learning-track.md, consistent with
Learn markdown patterns used elsewhere
- Add 'windows 11' to keywords in settings-learning-track.md
- Narrow 'For reliable data persistence' to 'For settings that must
survive app updates' in store-and-retrieve-app-data.md to avoid
implying LocalSettings covers files (it only covers settings)
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>1 parent 1bae4b6 commit d61637f
2 files changed
Lines changed: 10 additions & 4 deletions
File tree
- hub/apps/develop/data
- uwp/get-started
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments