Document .NET 11 badge support for Shell tabs and ToolbarItems - #3359
Document .NET 11 badge support for Shell tabs and ToolbarItems#3359jfversluis with Copilot wants to merge 3 commits into
Conversation
|
Learn Build status updates of commit 6360483: ✅ Validation status: passedFor more details, please refer to the build report. |
Agent-Logs-Url: https://github.com/dotnet/docs-maui/sessions/fd7b4e65-6909-4e78-a025-d8f31138f6c2 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 9465cc1: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET MAUI docs to document new .NET 11 Preview 4 badge support for Shell tabs and ToolbarItem, including a corresponding entry in the .NET 11 “What’s New” page and placeholder markers for future screenshots.
Changes:
- Added a .NET 11 Preview 4 “What’s New” entry describing badge support and linking to the detailed feature docs.
- Added screenshot placeholder comments near the new badge examples in Shell tabs and
ToolbarItemdocumentation. - Updated
ms.dateon the .NET 11 “What’s New” page.
Show a summary per file
| File | Description |
|---|---|
| docs/whats-new/dotnet-11.md | Adds a .NET 11 Preview 4 entry for Shell tab and ToolbarItem badges and updates page date. |
| docs/user-interface/toolbaritem.md | Adds a screenshot placeholder comment near the ToolbarItem badge example. |
| docs/fundamentals/shell/tabs.md | Adds a screenshot placeholder comment near the Shell tab badge example. |
Review details
Tip
Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
|
|
||
| :::moniker range=">=net-maui-11.0" | ||
|
|
||
| Starting in .NET 11 Preview 4, Shell bottom tabs and <xref:Microsoft.Maui.Controls.ToolbarItem> objects support badges for surfacing counts or status indicators. Set `BadgeText` to a non-empty value to show a text or count badge, set it to an empty string to show a dot indicator, or set it to `null` to hide the badge. You can customize badge colors with `BadgeColor` and `BadgeTextColor`. |
|
@copilot resolve the merge conflicts on this branch. |
…-11-docs-badges # Conflicts: # docs/whats-new/dotnet-11.md Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Resolved and merged the current |
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 2ef5722: 💡 Validation status: suggestions
docs/whats-new/dotnet-11.md
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. |
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 2ef5722: 💡 Validation status: suggestions
docs/whats-new/dotnet-11.md
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. |
.NET MAUI 11 Preview 4 adds badge support for Shell tabs and
ToolbarItemcontrols. This updates the docs to surface the new capability in both feature documentation and What's New content.What's New
ToolbarItembadge docs.Feature docs
ToolbarItembadge examples for future image assets.Example badge usage:
Internal previews