Remove internal .NET MAUI API Usage from CommunityToolkit.Maui.Markup - #652
Remove internal .NET MAUI API Usage from CommunityToolkit.Maui.Markup#652TheCodeTraveler wants to merge 30 commits into
CommunityToolkit.Maui.Markup#652Conversation
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 737f235: ✅ 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 710d767: ✅ Validation status: passed
For more details, please refer to the build report. |
TheCodeTraveler
left a comment
There was a problem hiding this comment.
@jfversluis This Docs PR is ready to merge
There was a problem hiding this comment.
Pull request overview
Updates the CommunityToolkit.Maui.Markup documentation to reflect the move away from internal .NET MAUI APIs (e.g., interface-based/internal element helpers) toward public, concrete MAUI types and APIs.
Changes:
- Updates multiple extension docs to reference public MAUI types (e.g.,
Element,Image/ImageButton,InputView/SearchHandler) instead of internal or interface-based APIs. - Refreshes examples to match updated extension method shapes (notably dynamic resource helpers).
- Expands
BindableObjectdocs with additional typed-binding scenarios and examples.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/maui/markup/markup.md | Updates the extensions index descriptions to match the new public-type-based APIs. |
| docs/maui/markup/extensions/placeholder-extensions.md | Rewords placeholder extensions documentation to target InputView and SearchHandler. |
| docs/maui/markup/extensions/image-extensions.md | Rewords image extensions documentation to target Image and ImageButton. |
| docs/maui/markup/extensions/element-extensions.md | Updates element extension docs to reference public types/interfaces (e.g., ITextStyle, Element). |
| docs/maui/markup/extensions/dynamic-resource-handler-extensions.md | Updates dynamic resource handler docs and example to use Element-based APIs and tuple inputs. |
| docs/maui/markup/extensions/bindable-object-extensions.md | Adds new binding examples and documents RemoveTypedBinding / parameterGetter behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 feee543: ✅ 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 c35cd23: ✅ 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 d54793f: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@jfversluis Please merge this Docs PR |
This pull request updates the
CommunityToolkit.Maui.Markupdocs to align with the removal of internal .NET MAUI API usage in CommunityToolkit/Maui.Markup#452