Add SUPPORT.md#10
Conversation
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
|
@copilot can we move his to the .github folder and it will still be picked up or does it need to be in the root? |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Yes, GitHub recognizes SUPPORT.md in the |
|
@copilot to make it a bit more visible should we also link it in the README still? |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Added a "Support" section at the bottom of the README linking to |
There was a problem hiding this comment.
Pull request overview
Adds a repository support policy document and links it from the main README to set expectations for experimental packages and direct users to the right support channels.
Changes:
- Add
.github/SUPPORT.mddescribing issue filing, PR contributions, and “best-effort/as-is” support expectations. - Add a “Support” section to
README.mdlinking to the new support policy doc.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds a Support section that links to the repository’s support policy doc. |
| .github/SUPPORT.md | Introduces support guidance and clarifies the repository is experimental and not covered by the .NET MAUI Support Policy. |
💡 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.
|
|
||
| ## How to file issues and get help | ||
|
|
||
| This project uses [GitHub Issues](https://github.com/dotnet/maui-labs/issues) to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue. |
|
|
||
| You are also encouraged to open [pull requests](https://github.com/dotnet/maui-labs/pulls) to fix bugs or add features. See [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions and development setup. | ||
|
|
||
| ## Microsoft Support Policy |
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>
Adds a
SUPPORT.mdin the.githubfolder clarifying that packages in this repository are experimental, not covered by the .NET MAUI Support Policy, and provided as-is with best-effort maintenance.💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.