-
Notifications
You must be signed in to change notification settings - Fork 4.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
Developers can access documentation for all .NET Core/.NET 5 APIs #43849
Comments
There is a significant amount of missing documentation under System.Reflection.Metadata and System.Reflection.Metadata.Ecma335. I do not see these two namespaces tracked by this issue. I suppose that these APIs are not the most critical (and many of the missing members are simply things like implicit conversions with little to elaborate on), but is the progress being tracked anywhere for these? |
Correct, that is the main reason - These are advanced APIs, so we have not been considering them for documentation efforts. The other reason is that their API surface is huge. Combined with the first reason, it does not make sense to spend so much time on these advanced APIs. We made the same decision with We will plan to address them at a later time. This shouldn't stop user contributions though. If you feel like you have good knowledge on these APIs, feel free to document them. |
Meanwhile we can share https://source.dot.net with people |
As part of the 7.0 goals, we want to finish documenting APIs that were shipped without triple slash documentation in previous .NET Core versions.
We expect developers to add documentation directly in triple slash comments in source, since it's new documentation. Triple slash are still going to be used for seeding dotnet-api-docs, which is considered the source of truth after going through language review.
Documentation modifications or augmentations are not part of this effort. Those kinds of changes are expected to be done directly in dotnet-api-docs, since that is the source of truth.
We will include APIs from Runtime Libraries (System and Microsoft.Extensions namespaces), WPF and WinForms.
Total undocumented APIs per repo + namespace
Runtime - System
Runtime - Microsoft.Extensions
WinForms
WPF
Issues tracking debt per area
System
Microsoft.Extensions
WinForms
WPF
The text was updated successfully, but these errors were encountered: