-
Notifications
You must be signed in to change notification settings - Fork 238
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
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
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.
Co-authored-by: Copilot <175728472+Copilot@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 0fcb087: ✅ Validation status: passed
For more details, please refer to the build report. |
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 ea68ad1: ✅ Validation status: passed
For more details, please refer to the build report. |
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 ba6eef7: ✅ Validation status: passed
For more details, please refer to the build report. |
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