Skip to content

[installer] Suppress legacy XML doc warnings#11724

Open
simonrozsival wants to merge 1 commit into
dotnet:mainfrom
simonrozsival:dev/simonrozsival/fix-installer-doc-warnings
Open

[installer] Suppress legacy XML doc warnings#11724
simonrozsival wants to merge 1 commit into
dotnet:mainfrom
simonrozsival:dev/simonrozsival/fix-installer-doc-warnings

Conversation

@simonrozsival

@simonrozsival simonrozsival commented Jun 23, 2026

Copy link
Copy Markdown
Member

Fixes the remaining warnings from:

./dotnet-local.sh build src/Xamarin.Installer.AndroidSDK/

PR #11720 fixed the malformed AndroidSDK XML docs; this follow-up suppresses legacy CS1591 missing-public-doc warnings for the installer assemblies and fixes the remaining invalid cross-project XML documentation cref.

Validation:

./dotnet-local.sh build src/Xamarin.Installer.AndroidSDK/

Result: 0 warnings, 0 errors.

Suppress CS1591 for the legacy installer assemblies that generate XML docs but do not fully document their public surface, and fix the remaining invalid XML documentation cref.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 23, 2026 17:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

2 participants