Skip to content

Conversation

@davidortinau
Copy link
Contributor

@davidortinau davidortinau commented Aug 18, 2025

  • Summary: ClickGestureRecognizer is deprecated in .NET 10. Add migration guidance to use TapGestureRecognizer for tap/click interactions and PointerGestureRecognizer for pointer hover/move/press/release.
  • Files changed:
    • docs/fundamentals/gestures/tap.md (adds .NET 10 Important note + “Migrate from ClickGestureRecognizer” section; ms.date updated)
    • .github/copilot-instructions.md (working notes for .NET 10 docs PRs)
  • Monikers: <= .NET 9 content remains; >= .NET 10 adds deprecation note and migration steps.
  • Examples:
    • Before/After XAML (Click → Tap) and code-behind using TappedEventArgs.Buttons to distinguish primary vs secondary.
    • Pointer link-out for non-tap pointer interactions.
  • Verification: Obsolete attribute and guidance present in MAUI source; doc scan shows no other ClickGestureRecognizer references requiring updates.

Internal previews

📄 File 🔗 Preview link
.github/copilot-instructions.md .github/copilot-instructions
docs/fundamentals/gestures/tap.md docs/fundamentals/gestures/tap

…izer; promote Tap/Pointer; update ms.date; add repo copilot-instructions
@davidortinau davidortinau requested a review from a team as a code owner August 18, 2025 18:36
@learn-build-service-prod
Copy link

PoliCheck Scan Report

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

Learn Build status updates of commit 7a4b975:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/fundamentals/gestures/tap.md ⚠️Warning View (>=net-maui-8.0) Details
.github/copilot-instructions.md ✅Succeeded

docs/fundamentals/gestures/tap.md

  • Line 11, Column 1: [Warning: invalid-moniker-range] No "::: moniker-end" found for ">=net-maui-10.0", MonikerRange does not end explicitly.
  • Line 66, Column 1: [Warning: invalid-moniker-range] No "::: moniker-end" found for ">=net-maui-10.0", MonikerRange does not end explicitly.

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.

@learn-build-service-prod
Copy link

PoliCheck Scan Report

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

Learn Build status updates of commit a301a98:

✅ Validation status: passed

File Status Preview URL Details
.github/copilot-instructions.md ✅Succeeded
docs/fundamentals/gestures/tap.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@jfversluis jfversluis merged commit ff3fe29 into main Aug 19, 2025
5 checks passed
@jfversluis jfversluis deleted the pr03-gestures-tap-click-deprecation branch August 19, 2025 07:07
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