-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Undocumented 7.0 APIs as of RC2 #76049
Comments
@carlossanlop the System.Diagnostics APIs listed here has the owner @tommcdon and @dotnet/area-system-diagnostics-tracesource. Please update that in your comment. Thanks! |
@carlossanlop JsonPolymorphismOptions has implicitly defined constructor. How to properly define XML doc in the code if at all? |
We make it explicit and add XML docs. Honestly, we should probably be doing this consistently for every public class. |
@krwq Yeah, this was brought up recently. I will have to add the fix to the docs porting tool so that it detects implicit constructors and adds a generic boilerplate message. Here's the issue I opened to track this request: dotnet/api-docs-sync#132
Yep, that's the current way to get it fixed, @eiriktsarpalis. |
These are the 57 APIs introduced in 7.0 that have yet to be documented: @tommcdon @dotnet/area-system-diagnostics-tracesource
|
@carlossanlop should we move this issue into the .NET 9 milestone? Do you know if this data is still accurate? |
This is documentation debt - APIs that were added in .NET 7 but were not documented. I can get the latest list, maybe it's shorter. Sure, let's move it to .NET 9. |
There are still 253 APIs left to document for 7.0.
You have two options for documenting them:
These need to get documented before the GA snap, which will happen on October 10th.
There were still some open issues. I updated their lists:
The rest of the undoc APIs are listed below:
System.Data
@ajcvickers @DavoudEshtehari @David-Engel
System.Diagnostics
@tommcdon @tarekgh @maryamariyan @eerhardt
System.Reflection.Metadata.Ecma335
@ericstj @dotnet/area-system-reflection-metadata
System.Runtime.Serialization.DataContracts
@HongGit @StephenMolloy
System.Runtime.Serialization.Json
@HongGit @StephenMolloy
System.Runtime.Versioning
@jeffhandley @buyaa-n
System.Security.Cryptography
@dotnet/area-system-security
System.Text.Json.Serialization
@dotnet/area-system-text-json
The text was updated successfully, but these errors were encountered: