Skip to content

Document .NET 11 badge support for Shell tabs and ToolbarItems#3359

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/update-dotnet-11-docs-badges
Draft

Document .NET 11 badge support for Shell tabs and ToolbarItems#3359
Copilot wants to merge 2 commits into
mainfrom
copilot/update-dotnet-11-docs-badges

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 24, 2026

.NET MAUI 11 Preview 4 adds badge support for Shell tabs and ToolbarItem controls. This updates the docs to surface the new capability in both feature documentation and What's New content.

  • What's New

    • Added a .NET 11 Preview 4 entry for Shell tab and toolbar item badges.
    • Linked to the detailed Shell tab and ToolbarItem badge docs.
    • Referenced the upstream MAUI implementation PRs.
  • Feature docs

    • Added hidden screenshot placeholders near the Shell tab and ToolbarItem badge examples for future image assets.

Example badge usage:

<ToolbarItem Text="Inbox"
             IconImageSource="inbox.png"
             BadgeText="3"
             BadgeColor="Red"
             BadgeTextColor="White" />

Internal previews

📄 File 🔗 Preview link
docs/fundamentals/shell/tabs.md docs/fundamentals/shell/tabs
docs/user-interface/toolbaritem.md docs/user-interface/toolbaritem
docs/whats-new/dotnet-11.md docs/whats-new/dotnet-11

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 6360483:

✅ Validation status: passed

For 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>
Copilot AI changed the title [WIP] Update .NET 11 documentation for Shell tab and ToolBarIcon badge support Document .NET 11 badge support for Shell tabs and ToolbarItems May 24, 2026
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copilot AI requested a review from jfversluis May 24, 2026 14:00
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 9465cc1:

✅ Validation status: passed

File Status Preview URL Details
docs/fundamentals/shell/tabs.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/toolbaritem.md ✅Succeeded View (>=net-maui-8.0)
docs/whats-new/dotnet-11.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET 11 preview 4 Shell tab and ToolBarIcon badge support

2 participants