Open gaufung opened 3 years ago
Tagging subscribers to this area: @maryamariyan See info in area-owners.md if you want to be subscribed.
Author: | gaufung |
---|---|
Assignees: | - |
Labels: | `untriaged`, `area-Extensions-Logging` |
Milestone: | - |
@carlossanlop @maryamariyan do we need to do anything special to ensure this gets updated here too? https://github.com/dotnet/dotnet-api-docs/blob/2238750cc696339f0a8f04c786f7fe03b14e51ec/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml#L152
The DocsPortingTool can't port API docs to elements that are already documented, so they need to get updated manually in the dotnet-api-docs xml.
Thanks @carlossanlop
@gaufung would you be open to contributing over https://github.com/dotnet/dotnet-api-docs/blob/2238750cc696339f0a8f04c786f7fe03b14e51ec/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml#L152 on the dotnet/dotnet-api-docs repo to submit this edit over there?
I think this missed the cut-off for 6.0 docs, moving to 7.0. @carlossanlop, suppose we just flip this library to have it's source as the source-of-truth for docs, would we sill need to port anything?
This bunch of public APIs first parameter is
LoggerFilterOptions
instead of theILoggingBuilder
. And the return type isLoggerFilterOptions
instead ofILoggingBuilder
as well.Suggestion