Add tip about Popup base class inheritance to XAML popup docs#627
Add tip about Popup base class inheritance to XAML popup docs#627jfversluis merged 2 commits intomainfrom
Conversation
|
Learn Build status updates of commit 1a22523:
|
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
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 260ea62: ✅ Validation status: passed
For more details, please refer to the build report. |
The "Building a Popup in XAML" section tells users to create a ContentView but doesn't mention that advanced scenarios require inheriting from
CommunityToolkit.Maui.Views.PopuporPopup<T>in the code-behind — leading to runtime errors for users following the docs.[!TIP]callout after the XAML example linking to the Popup - Returning a result page, which demonstrates the required inheritance patternOriginal prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.