-
Notifications
You must be signed in to change notification settings - Fork 234
What’s new (.NET 10): rollup updates and cross-links #3004
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
base: main
Are you sure you want to change the base?
Conversation
…ler keyboard/trimming note, WebView Android JS toggle, HybridWebView init customization, nullable Date/TimePicker, Page.IsBusy guidance).
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 PR consolidates .NET MAUI .NET 10 feature documentation into a comprehensive "What's new" article, providing cross-references to detailed topic coverage while following the established policy of avoiding minor API surface change callouts.
- Adds rollup sections for Shell navigation bar animation, SearchHandler soft input controls, WebView JavaScript configuration, HybridWebView initialization customization, and nullable picker selections
- Updates Page.IsBusy guidance to recommend ActivityIndicator instead of global busy states
- Removes minor API visibility change notes (StackNavigationManager, TabbedPageManager, ShadowTypeConverter) per documentation policy
@@ -1,7 +1,7 @@ | |||
--- | |||
title: What's new in .NET MAUI for .NET 10 | |||
description: Learn about the new features introduced in .NET MAUI for .NET 10. | |||
ms.date: 05/13/2025 | |||
ms.date: 08/20/2025 |
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.
The ms.date should be 08/21/2025 to match the description which states 'ms.date refreshed to 2025-08-21'.
Copilot uses AI. Check for mistakes.
In .NET 10, the `ShadowTypeConverter` class, in the `Microsoft.Maui.Controls` namespace, is now public. | ||
|
||
For more information about how shadows can be specified using formatted strings, see [Shadow](~/user-interface/shadow.md). | ||
<!-- Removed minor API-surface-only note per docs policy: avoid conceptual notes for visibility changes. --> |
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.
This HTML comment should be removed as it's not necessary for the published documentation and adds clutter to the source.
<!-- Removed minor API-surface-only note per docs policy: avoid conceptual notes for visibility changes. --> |
Copilot uses AI. Check for mistakes.
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 c64772d:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/whats-new/dotnet-10.md | View (>=net-maui-8.0) | Details |
docs/whats-new/dotnet-10.md
- Line 81, Column 250: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#customize-initialization-and-access-platform-web-views' in 'user-interface/controls/hybridwebview.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.
This PR updates the .NET 10 “What’s new” article with the rollup of features we documented across focused PRs, with cross-links to the underlying topics. It follows the conceptual policy to avoid minor API-surface churn and focuses on meaningful usage guidance.
Scope
Cross-links to topic PRs (for reviewer context)
Acceptance checks
Once merged, I’ll add this PR link back to the tracker (ISSUE-TRACKER.NET10-MAUI-Docs.md) under “What’s new”. Thanks!
Internal previews