Fix build errors for API docs changes#33506
Merged
Conversation
Member
Author
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes build errors from PR #33391 by adding XML documentation comments that were not committed. The changes replace <include> directives (which reference external XML documentation files) with inline XML documentation comments (<summary> tags).
Changes:
- Replaced XML
<include>directives with inline<summary>documentation in TableView.cs - Replaced XML
<include>directives with inline<summary>documentation in SwipeView.cs - Replaced XML
<include>directives with inline<summary>documentation in SearchBar.cs - Replaced XML
<include>directives with inline<summary>documentation in ScrollView.cs
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Controls/src/Core/TableView/TableView.cs | Converted XML include directives to inline summary tags for class and member documentation (7 replacements) |
| src/Controls/src/Core/SwipeView/SwipeView.cs | Converted XML include directives to inline summary tags for class and member documentation (6 replacements) |
| src/Controls/src/Core/SearchBar/SearchBar.cs | Converted XML include directives to inline summary tags for bindable properties and member documentation (10 replacements) |
| src/Controls/src/Core/ScrollView/ScrollView.cs | Converted XML include directives to inline summary tags for member documentation (4 replacements) |
Member
|
Seems now fails on devicetests |
Member
Author
|
/rebase |
6653057 to
b6a7596
Compare
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run maui-pr-uitests |
Member
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
PureWeen
approved these changes
Jan 13, 2026
Member
|
This was referenced Jan 13, 2026
kubaflo
pushed a commit
to kubaflo/maui
that referenced
this pull request
Jan 16, 2026
Looks like dotnet#33391 broke some builds because some files were not committed. This adds these files!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like #33391 broke some builds because some files were not committed. This adds these files!