-
Notifications
You must be signed in to change notification settings - Fork 297
Storage.Pickers Sample for WindowsAppSDK 1.8 #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage.Pickers Sample for WindowsAppSDK 1.8 #512
Conversation
…icrosoft/WindowsAppSDK-Samples into user/DinahK-2SO/storage_pickers_sample
…ed' into user/DinahK-2SO/storage_pickers_sample
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces sample applications demonstrating the Microsoft.Windows.Storage.Pickers API for WindowsAppSDK 1.8, providing both C# and C++ implementations to showcase file picker functionality.
- Complete C# and C++ sample applications for Storage Pickers API
- Comprehensive UI with tabs for FileOpenPicker, FileSavePicker, and FolderPicker
- Project configuration files and manifests for both packaged and unpackaged deployment scenarios
Reviewed Changes
Copilot reviewed 29 out of 44 changed files in this pull request and generated 7 comments.
File | Description |
---|---|
cs-sample/* | Complete C# sample application with project files, manifests, and UI implementation |
cpp-sample/* | Complete C++ sample application with project files, package configuration, and UI implementation |
README.md | Documentation explaining the samples, screenshots, and usage instructions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Samples/StoragePickers/cs-sample/Properties/PublishProfiles/win-x64.pubxml
Show resolved
Hide resolved
Samples/StoragePickers/cs-sample/Properties/PublishProfiles/win-arm64.pubxml
Show resolved
Hide resolved
Samples/StoragePickers/cs-sample/Properties/PublishProfiles/FolderProfile.pubxml
Show resolved
Hide resolved
Samples/StoragePickers/cs-sample/FilePickersAppSinglePackaged.csproj
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…icrosoft/WindowsAppSDK-Samples into user/DinahK-2SO/storage_pickers_sample
/azp run |
The C# and C++ samples for the

Microsoft.Windows.Storage.Pickers
API.