Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Add XML documentation for smaller namespaces (Other)

未关闭
#313 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
25/100
Issue 类型
文档
描述清晰度
基本清楚
活跃度
停滞
技术栈
powershell
领域
documentation

调研方向

从 issue 中选择一个 namespace,并针对 docs\xml 运行提供的 PowerShell rg 命令,但排除 docs\xml\index.xml。检查匹配的 To be added 条目和 official-reference importer 的结果;完成的标准是解决已跟踪的占位符,并在 PR #676 旁记录进度。

由索引模型根据 Issue 内容生成。

描述

These 59 namespaces are tracked here. Together they currently contain 618 To be added placeholders in source XML documentation. docs\xml\index.xml is excluded. | Namespace | Count | |---|---:| | (global namespace) | 1 | | Android.Accessibilityservice.AccessibilityService | 10 | | Android.Accounts | 9 | | Android.AdServices.Exceptions | 22 | | Android.Annotation | 21 | | Android.App.AppSearch.Exceptions | 16 | | Android.App.AppSearch.Util | 15 | | Android.App.Jank | 24 | | Android.App.Roles | 11 | | Android.Crypto.Hpke | 15 | | Android.Graphics.Drawables.Shapes | 20 | | Android.Hardware.Location | 19 | | Android.Locations.Altitude | 15 | | Android.Media.Effect | 16 | | Android.Net.Wifi.Hotspot2 | 23 | | Android.Net.Wifi.Hotspot2.Omadm | 7 | | Android.OS.Ext | 18 | | Android.Print.Pdf | 3 | | Android.PrintServices | 17 | | Android.Security.AdvancedProtection | 21 | | Android.Service.PersistentData | 16 | | Android.Service.Restrictions | 5 | | Android.Service.Textservice | 5 | | Android.Service.VR | 14 | | Android.Telephony.Cdma | 11 | | Android.Telephony.Ims.Stub | 23 | | Android.Telephony.Satellite | 19 | | Android.Test.Suitebuilder | 11 | | Android.Test.Suitebuilder.Annotation | 31 | | Android.Views.ContentCapture | 5 | | Dalvik.Annotation.Optimization | 0 | | Java.Beans | 16 | | Java.Interop.Expressions | 17 | | Java.Interop.Tools.JavaCallableWrappers | 15 | | Java.Nio.Charset.Spi | 3 | | Java.Nio.FileNio.Spi | 22 | | Java.Security.Acl | 12 | | Java.Util.Functions | 16 | | Java.Util.RandomGenerators | 11 | | Java.Util.Regex | 12 | | Javax.Crypto.Interfaces | 2 | | Javax.Net | 5 | | Javax.Security.Auth.Callback | 6 | | Javax.Security.Auth.Login | 2 | | Javax.Security.Auth.X500 | 15 | | Javax.Xml | 3 | | Javax.Xml.Namespace | 5 | | Javax.Xml.Transform.Dom | 11 | | Javax.Xml.Transform.Sax | 17 | | Javax.Xml.Transform.Stream | 10 | | Javax.Xml.Xpath | 24 | | Org.Apache.Http.Auth.Params | 14 | | Org.Apache.Http.Client.Entity | 8 | | Org.Apache.Http.Conn.Util | 11 | | Org.Apache.Http.Cookie.Params | 13 | | Org.Xml.Sax.Ext | 7 | | Org.Xml.Sax.Helpers | 15 | | System.IO | 5 | | System.Linq | 9 | Set a namespace and use this command to find its placeholders: powershell $namespace = 'Android.Accounts' rg -n -i --glob "$namespace/**" --glob "ns-$namespace.xml" 'to be added' docs\xml For the global namespace entry: powershell rg -n -i --glob 'ns-.xml' 'to be added' docs\xml ## Update log - 2026-09-10: Refreshed the placeholder scan from 724 to 749 (increased by 25). Related documentation PRs: #333, #350, #360, #644.

  • 2026-09-10: Completed official-reference importer dry-run/review/apply passes for all 59 tracked namespaces. Imported 73 exact matches in five commits; 618 placeholders remain where the importer reported no safe exact source mapping (1,128 blocker records).

  • 2026-09-10: Opened progress PR #676 for the 73 exact official-source imports. The issue remains open pending resolution of the 618 conservatively blocked placeholders.

主要语言
C#
星标
3
派生
12
平均合并
14 小时 50 分钟
30 天内合并 PR
38

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

dotnet/android-api-docs 的其他 Issue

查看 dotnet/android-api-docs 的全部 Issue

相似的 Issue

更多 C# Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。