-
Notifications
You must be signed in to change notification settings - Fork 234
[NET10] MediaPicker multiselect #2984
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
Conversation
Learn Build status updates of commit 00b5258: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
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 pull request updates documentation for .NET MAUI 10's MediaPicker with multiselect support and improves async guidance for pop-ups. The changes use moniker ranges to provide version-specific documentation while maintaining backward compatibility.
- Adds comprehensive .NET 10 documentation for MediaPicker multiselect functionality with new APIs and examples
- Updates pop-ups documentation with async guidance for better UI responsiveness
- Includes detailed platform-specific notes and limitations for multiselect operations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/user-interface/includes/pop-ups-dotnet10.md | Adds guidance on using async methods from UI-thread contexts |
docs/platform-integration/device-media/picker.md | Documents new .NET 10 multiselect MediaPicker APIs with examples and platform notes |
.github/copilot-instructions.md | Adds comprehensive working instructions for .NET 10 documentation staging |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…kVideosAsync, examples, and platform notes; moniker split maintained
00b5258
to
638936e
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Learn Build status updates of commit 638936e: ✅ Validation status: passed
For more details, please refer to the build report. |
Description:
Internal previews