-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add View docs #17220
Add View docs #17220
Conversation
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Suggesting backport because it's relatively safe to do and gives up more coverage on the docs in vCurrent |
/backport to release/8.0.1xx-rc2.2 |
Started backporting to release/8.0.1xx-rc2.2: https://github.com/dotnet/maui/actions/runs/6631841696 |
@PureWeen backporting to release/8.0.1xx-rc2.2 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: [docs] Document View
.git/rebase-apply/patch:527: trailing whitespace.
/// Invoked whenever the binding context of the <see cref="View" /> changes.
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
A src/Controls/docs/Microsoft.Maui.Controls/View.xml
M src/Controls/src/Core/View/View.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Controls/src/Core/View/View.cs
CONFLICT (content): Merge conflict in src/Controls/src/Core/View/View.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 [docs] Document View
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! |
@PureWeen an error occurred while backporting to release/8.0.1xx-rc2.2, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Description of Change
Add docs for View
Issues Fixed
Related to #3960