.NET 11: document Preview 7 platform APIs - #3455
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. 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 d5b3822:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/platform-integration/device-media/picker.md | View (>=net-maui-8.0) | Details | |
| docs/user-interface/controls/window.md | View (>=net-maui-8.0) | Details | |
| docs/fundamentals/app-lifecycle.md | ✅Succeeded | View (>=net-maui-8.0) |
docs/platform-integration/device-media/picker.md
- Line 197, Column 5: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery'.
docs/user-interface/controls/window.md
- Line 21, Column 3: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Controls.Window.StatusBarTheme'. - Line 21, Column 65: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.StatusBarTheme'. - Line 61, Column 47: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Controls.Window.StatusBarTheme'. - Line 61, Column 224: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.StatusBarTheme.Default'. - Line 65, Column 3: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.StatusBarTheme.Light'. - Line 66, Column 3: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.StatusBarTheme.Dark'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
There was a problem hiding this comment.
Pull request overview
Documents new .NET MAUI (.NET 11 / Preview 7) platform-facing APIs and behaviors across Window theming, media capture saving behavior, and Windows AppInstance activation/lifecycle routing.
Changes:
- Add
Window.StatusBarThemedocumentation and example (Android API 23+ and iOS) under>=net-maui-11.0. - Add
MediaPickerOptions.SaveToGallerydocumentation and example for captured photos/videos under>=net-maui-11.0. - Add Windows
OnAppInstanceActivatedlifecycle documentation and single-instance redirection example under>=net-maui-11.0.
Show a summary per file
| File | Description |
|---|---|
| docs/user-interface/controls/window.md | Adds StatusBarTheme property and a new section explaining status bar icon theming for .NET MAUI 11+. |
| docs/platform-integration/device-media/picker.md | Documents saving captured media to the gallery via MediaPickerOptions.SaveToGallery for .NET MAUI 11+. |
| docs/fundamentals/app-lifecycle.md | Documents Windows AppInstance activation handling and single-instance activation redirection for .NET MAUI 11+. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 2
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. 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 bd5052c: ✅ Validation status: passed
For more details, please refer to the build report. |
Document media capture gallery saves, mobile status bar themes, and Windows single-instance activation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Document the Android API 23 minimum for Window.StatusBarTheme. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Format new Preview 7 API names as code until their reference metadata is available. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Use standard single-instance terminology and shut down the transient WinUI app normally after activation redirection completes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
bd5052c to
9415d5a
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. 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 9415d5a: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@jfversluis Release-day review requested. |
Summary
Validation
Internal previews