Skip to content

Remove internal .NET MAUI API Usage from CommunityToolkit.Maui.Markup - #652

Open
TheCodeTraveler wants to merge 30 commits into
MicrosoftDocs:mainfrom
TheCodeTraveler:Remove-Internal-.NET-MAUI-APIs
Open

Remove internal .NET MAUI API Usage from CommunityToolkit.Maui.Markup#652
TheCodeTraveler wants to merge 30 commits into
MicrosoftDocs:mainfrom
TheCodeTraveler:Remove-Internal-.NET-MAUI-APIs

Conversation

@TheCodeTraveler

Copy link
Copy Markdown
Contributor

This pull request updates the CommunityToolkit.Maui.Markup docs to align with the removal of internal .NET MAUI API usage in CommunityToolkit/Maui.Markup#452

@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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 737f235:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/markup/extensions/bindable-object-extensions.md ✅Succeeded View
docs/maui/markup/extensions/dynamic-resource-handler-extensions.md ✅Succeeded View
docs/maui/markup/extensions/element-extensions.md ✅Succeeded View
docs/maui/markup/extensions/image-extensions.md ✅Succeeded View
docs/maui/markup/extensions/placeholder-extensions.md ✅Succeeded View
docs/maui/markup/markup.md ✅Succeeded View

For more details, please refer to the build report.

@TheCodeTraveler
TheCodeTraveler marked this pull request as ready for review July 24, 2026 16:37
Copilot AI review requested due to automatic review settings July 24, 2026 16:37
@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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 710d767:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/markup/extensions/bindable-object-extensions.md ✅Succeeded View
docs/maui/markup/extensions/dynamic-resource-handler-extensions.md ✅Succeeded View
docs/maui/markup/extensions/element-extensions.md ✅Succeeded View
docs/maui/markup/extensions/image-extensions.md ✅Succeeded View
docs/maui/markup/extensions/placeholder-extensions.md ✅Succeeded View
docs/maui/markup/markup.md ✅Succeeded View

For more details, please refer to the build report.

@TheCodeTraveler TheCodeTraveler left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jfversluis This Docs PR is ready to merge

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 BindableObject docs 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.

Comment thread docs/maui/markup/extensions/bindable-object-extensions.md Outdated
@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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit feee543:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/markup/extensions/bindable-object-extensions.md ✅Succeeded View
docs/maui/markup/extensions/dynamic-resource-handler-extensions.md ✅Succeeded View
docs/maui/markup/extensions/element-extensions.md ✅Succeeded View
docs/maui/markup/extensions/image-extensions.md ✅Succeeded View
docs/maui/markup/extensions/placeholder-extensions.md ✅Succeeded View
docs/maui/markup/markup.md ✅Succeeded View

For more details, please refer to the build report.

@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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit c35cd23:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/markup/extensions/bindable-object-extensions.md ✅Succeeded View
docs/maui/markup/extensions/dynamic-resource-handler-extensions.md ✅Succeeded View
docs/maui/markup/extensions/element-extensions.md ✅Succeeded View
docs/maui/markup/extensions/image-extensions.md ✅Succeeded View
docs/maui/markup/extensions/placeholder-extensions.md ✅Succeeded View
docs/maui/markup/markup.md ✅Succeeded View

For more details, please refer to the build report.

@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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit d54793f:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/markup/extensions/bindable-object-extensions.md ✅Succeeded View
docs/maui/markup/extensions/dynamic-resource-handler-extensions.md ✅Succeeded View
docs/maui/markup/extensions/element-extensions.md ✅Succeeded View
docs/maui/markup/extensions/image-extensions.md ✅Succeeded View
docs/maui/markup/extensions/placeholder-extensions.md ✅Succeeded View
docs/maui/markup/markup.md ✅Succeeded View

For more details, please refer to the build report.

@TheCodeTraveler

Copy link
Copy Markdown
Contributor Author

@jfversluis Please merge this Docs PR

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.

3 participants