The Test App for Microsoft.Windows.Storage.Pickers#6195
Merged
DinahK-2SO merged 13 commits intoMar 10, 2026
Merged
Conversation
DinahK-2SO
requested review from
Hong-Xiang,
Scottj1s,
codendone and
yeelam-gordon
February 6, 2026 08:14
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Hong-Xiang
approved these changes
Feb 10, 2026
Hong-Xiang
approved these changes
Feb 10, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
DinahK-2SO
enabled auto-merge (squash)
February 10, 2026 11:18
DinahK-2SO
deleted the
user/DinahK-2SO/StoragePickersTestApp_4th_check_runtimedll_isthere
branch
March 10, 2026 17:53
kythant
added a commit
that referenced
this pull request
Mar 11, 2026
…6287) Reverts #6195 This change is causing failures in the OneBranch Nightly build pipeline that our PR build didn't catch https://microsoft.visualstudio.com/ProjectReunion/_build/results?buildId=141685350&view=results Attempt to fix it here but running into too many blocks #6286
DinahK-2SO
restored the
user/DinahK-2SO/StoragePickersTestApp_4th_check_runtimedll_isthere
branch
March 16, 2026 09:07
DinahK-2SO
added a commit
that referenced
this pull request
Jul 7, 2026
…#6545) Adds StoragePickersTestApp, a WinUI 3 C++ app that exercises the new Microsoft.Windows.Storage.Pickers APIs next to the legacy UWP pickers, so the two can be compared with a real user experience. It builds on WinAppSDK 1.6 (the last release with WinUI but without the new Pickers API), whose Microsoft.UI.Xaml requires WebView2 >= 1.0.2651.64. This bumps the WebView2 toolset dependency from the stale 1.0.961.33, a build/test-only package present in no product binary, and registers the app in the solution. ABForward is realigned to the same version. Backgroud: A similar test app was added in #6195 before, but it's dependent package versions conflicts with the repo config, so it was removed in #6287. This PR adds the test app and updates the version numbers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a manual test app for the Microsoft.Windows.Storage.Pickers.
A Brief Summary of Implementation
The Test App uses WinUI components from WindowsAppSDK 1.6 (where there were WinUI components but no
Microsoft.Windows.Storage.PickersAPIs yet), then load new pickers fromMicrosoft.WindowsAppRuntime.dllbuilt locally via configuration in test\TestApps\StoragePickersTestApp\StoragePickersTestApp.exe.manifest. link to the documentation of this config.Screenshots
UI:

Screenshot of debugging local code: