-
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
API documentation debt - Microsoft.Extensions.Configuration #43869
Comments
Tagging subscribers to this area: @maryamariyan |
Contributes to: dotnet#43869
I did a quick skim over dotnet/runtime repo for
and noticed no change is needed here. All listed APIs already have xml docs in the source code. The default parameterless ctors maybe are just missing in the dotnet-api-docs repo itself. No action needed on dotnet/runtime repo side. Also note, |
While implementing Microsoft.Extensions.Configuration.IConfiguration, I did not find any documentation on the following:
|
Thanks @KalleOlaviNiemitalo. This issue tracks APIs with no documentation on them. I added issue dotnet/dotnet-api-docs#8549 to track your feedback, |
Area owners: @maryamariyan @safern
The APIs in the list below are missing some or all of their documentation. Please add the missing documentation directly in triple slash comments in source. We will make sure it gets ported to dotnet-api-docs after it's merged.
Make sure to follow the documentation guidelines defined in the dotnet-api-docs wiki:
https://github.com/dotnet/dotnet-api-docs/wiki
Also please add me as a PR reviewer.
Community contributions are welcome.
Microsoft.Extensions.Configuration
(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})
(Microsoft.Extensions.Configuration.IConfigurationBuilder)
(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)
(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)
(Microsoft.Extensions.Configuration.IConfigurationBuilder)
(Microsoft.Extensions.Configuration.IConfigurationSection)
(Microsoft.Extensions.Configuration.IConfigurationRoot)
Microsoft.Extensions.Configuration.CommandLine
Microsoft.Extensions.Configuration.Ini
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.Configuration.Memory
Microsoft.Extensions.Configuration.NewtonsoftJson
Microsoft.Extensions.Configuration.UserSecrets
Microsoft.Extensions.Configuration.Xml
Notes:
The text was updated successfully, but these errors were encountered: