Add WinUI StoragePickersTestApp and align WebView2 toolset dependency#6545
Open
DinahK-2SO wants to merge 8 commits into
Open
Add WinUI StoragePickersTestApp and align WebView2 toolset dependency#6545DinahK-2SO wants to merge 8 commits into
DinahK-2SO wants to merge 8 commits into
Conversation
WinUI 3 C++ app comparing the new Storage.Pickers APIs with legacy UWP pickers. Builds on WinAppSDK 1.6, whose Microsoft.UI.Xaml needs WebView2 >= 1.0.2651.64; bump the build/test-only WebView2 dependency from 1.0.961.33 and register the app in the solution.
Contributor
Author
|
/azp run |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
…icrosoft/WindowsAppSDK into user/DinahK-2SO/storagepickers_testapp
…inahK-2SO/storagepickers_testapp
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
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.
It has passed the DevCheck verification on the versions.