Skip to content

Update README support policy link to MAUI-specific policy#9

Merged
jfversluis merged 2 commits into
mainfrom
copilot/update-readme-maui-support-policy
Mar 19, 2026
Merged

Update README support policy link to MAUI-specific policy#9
jfversluis merged 2 commits into
mainfrom
copilot/update-readme-maui-support-policy

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

README linked to the general Microsoft Support Policy instead of the MAUI-specific one.

  • Updated link URL from https://dotnet.microsoft.com/platform/support-policy to https://dotnet.microsoft.com/platform/support/policy/maui
  • Updated link text from "Microsoft Support Policy" to ".NET MAUI Support Policy"

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README to include MAUI support policy Update README support policy link to MAUI-specific policy Mar 19, 2026
Copilot AI requested a review from jfversluis March 19, 2026 14:00
@jfversluis jfversluis marked this pull request as ready for review March 19, 2026 14:01
Copilot AI review requested due to automatic review settings March 19, 2026 14:01
@jfversluis jfversluis merged commit 97169db into main Mar 19, 2026
1 check passed
@jfversluis jfversluis deleted the copilot/update-readme-maui-support-policy branch March 19, 2026 14:01
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 corrects the support policy reference in the repository README to point to the MAUI-specific policy, aligning the guidance with the repo’s .NET MAUI focus.

Changes:

  • Updated the support policy URL to the .NET MAUI-specific support policy page.
  • Updated the link text to “.NET MAUI Support Policy” for clarity and accuracy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Redth added a commit that referenced this pull request Mar 29, 2026
feat: Native GTK4 modal dialog windows for PushModalAsync
jfversluis added a commit that referenced this pull request Apr 16, 2026
…le startup

- Add plugins/dotnet-maui/skills/maui-startup-profiling/SKILL.md
  iOS simulator + Android emulator, nettrace/speedscope formats, CI usage,
  troubleshooting guide
- Add tests/dotnet-maui/maui-startup-profiling/eval.yaml
  5 scenarios: slow startup, before/after comparison, CI setup,
  unsupported physical iOS, format selection
- README.md: add maui profile startup to CLI command list
- .claude/skills/maui-ai-debugging/SKILL.md: add startup profiling section
  and update description frontmatter (use case #9)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jfversluis jfversluis added this to the v0.1.0-preview.1 milestone May 6, 2026
mattleibow added a commit that referenced this pull request May 12, 2026
Critical/High fixes:
- #1: Use namespace+class for unique hint names (prevents AddSource crash
  when two pages share the same simple class name)
- #2: CrossFileResolver uses FQN lookup + ambiguity detection for
  duplicate simple names across namespaces
- #3: CollectionView conditional rendering fixed — no more [[double brackets]],
  uses unified annotation list builder
- #4: Root ContentPage walks children directly, preventing SemanticProperties
  on root from swallowing the entire page
- #5: Visibility conditions on layout containers now propagate as
  condition group wrappers ('When [visible when X = true]:')
- #6: Property-element content (ContentPage.Content, ScrollView.Content)
  no longer dropped — unknown property elements are transparent by default,
  only known non-visual ones (Resources, Triggers, etc.) are suppressed
- #7: Shell routes stored in UiElement for Shell page markdown

Medium fixes:
- #8: Promoted containers (Border with Description) now walk children too,
  preserving actionable descendants like buttons
- #9: Unresolved user controls kept as placeholders (previously dropped),
  important for third-party controls with SemanticProperties
- #10: DataTrigger with IsVisible=False setter now correctly inverted
  to 'hidden when Property = Value' instead of 'visible when'
- #11: IsVisible=False elements skipped entirely — not reachable by screen
  readers, should not appear in accessibility-first index
- #12: Aggregate namespace validated as legal C# before emitting
- #13: Always use global:: for page references in aggregate, even for
  no-namespace pages
- #14: BindingRegex now requires whitespace after 'Binding' keyword,
  preventing false matches like {BindingSource}
- #15: CrossFileResolver uses in-progress set for cycle detection,
  preventing partial cache on indirect A→B→A cycles

Low fixes:
- #16: Dead emptyViewChildren code block removed
- #17: Removed unused TemplateVariants from dead CollectionView code

104 exact-match tests, all passing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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