[docs] Improve XML docs for AccountStoreOptions and AppKitThreadAccessException - #26132
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Improves API documentation in the macios bindings by replacing placeholder XML docs with actionable descriptions and by removing empty doc nodes.
Changes:
- Updated XML documentation for
AppKitThreadAccessExceptionto describe when it’s thrown and what the constructor does. - Cleaned up XML docs in
AccountStoreOptions(constructors,FacebookAppId,SetPermissions,TencentWeiboAppId) and removed empty<remarks>/<value>nodes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/AppKit/AppKitThreadAccessException.cs | Replaces placeholder XML docs with a concrete exception description and constructor summary. |
| src/Accounts/AccountStoreOptions.cs | Cleans up XML docs, improves parameter/value descriptions, and removes empty XML nodes. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #71a1f21] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 203 tests passed 🎉 Tests counts✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
Improve XML documentation for:
AccountStoreOptions(Accounts framework)AppKitThreadAccessException(AppKit)Changes:
🤖 Pull request created by Copilot