-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update VisualElement docs #16754
Update VisualElement docs #16754
Conversation
We also need to document the explicit interface implementations since the docs tooling will not automatically grab these. Hopefully an A lot of them come from IView and IElement, and are properties we already have documented, such as To get a quick reference of the items that are missing, see: https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.visualelement?view=net-maui-7.0#explicit-interface-implementations |
Co-authored-by: Samantha Houts <[email protected]>
Should be relatively easy to backport and will increase the coverage of the docs in vCurrent |
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
/backport to net7.0 |
Started backporting to net7.0: https://github.com/dotnet/maui/actions/runs/5965392598 |
@jfversluis backporting to net7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: First set of comments
Using index info to reconstruct a base tree...
A src/Controls/src/Core/VisualElement/VisualElement.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Controls/src/Core/VisualElement.cs
CONFLICT (content): Merge conflict in src/Controls/src/Core/VisualElement.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 First set of comments
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@jfversluis an error occurred while backporting to net7.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Yeah I thought as much... |
* First set of comments * More comments * Finish! * PR Feedback * More PR feedback * Apply suggestions from code review Co-authored-by: Samantha Houts <[email protected]> --------- Co-authored-by: Samantha Houts <[email protected]>
* Update VisualElement docs (#16754) * First set of comments * More comments * Finish! * PR Feedback * More PR feedback * Apply suggestions from code review Co-authored-by: Samantha Houts <[email protected]> --------- Co-authored-by: Samantha Houts <[email protected]> * Fix build error --------- Co-authored-by: Samantha Houts <[email protected]> Co-authored-by: Gerald Versluis <[email protected]>
Description of Change
Moves the external comments to inline, adds missing comments and minor improvements.
Issues Fixed
Related to #3960