edge-developer icon indicating copy to clipboard operation
edge-developer copied to clipboard

User Data Folder guidance for WinUI 3 needs updating

Open krschau opened this issue 3 years ago • 4 comments

Link to the documentation page: The URL to the page.

Description of the issue: Information on the "Manage user data folders" is limited to packaged WinUI 3 apps. We also supported unpackaged apps, and the packaged guidance does not apply -- developers should not use the default user data folder, as it is by default created in a protected directory and throws an exception at runtime when creation fails. Guidance for unpackaged apps should probably look like the guidance for win32 apps.

An example of this confusing developers can be found here.

AB#39982932

krschau avatar Jun 10 '22 18:06 krschau

Thanks for filing this issue. I will add this to the team's roadmap for prioritization.

captainbrosset avatar Jun 13 '22 08:06 captainbrosset

in section "Specifying a custom UDF location" is having an example , which is 404.

sigmarsson avatar Sep 04 '22 20:09 sigmarsson

Thanks @sigmarsson for finding and reporting this. I'll file a separate bug on our backlog to track this 404 link.

captainbrosset avatar Sep 05 '22 09:09 captainbrosset

The link that's currently 404 points to a directory that's being added by PR 142.

A commit-specific viewable snapshot of that Readme and sample directory: /SampleApps/WebView2_WinUI3_Sample/ To see latest commit/snapshot: PR 142 > Files Changed tab > Readme.md > ... > View File.

mikeshhoffman avatar Sep 07 '22 01:09 mikeshhoffman