Skip to content

Public API document doesn't reflect the actual type of parameter #8219

Open
dotnet/runtime
#57485
@gaufung

Description

@gaufung

This bunch of public APIs first parameter is LoggerFilterOptions instead of the ILoggingBuilder . And the return type is LoggerFilterOptions instead of ILoggingBuilder as well.

Suggestion

-  /// <param name="builder">The <see cref="ILoggingBuilder"/> to add the filter to.</param>
+ /// <param name="builder">The <see cref="LoggerFilterOptions"/> to add the filter to.</param>

- /// <returns>The <see cref="ILoggingBuilder"/> so that additional calls can be chained.</returns>
+ /// <returns>The <see cref="LoggerFilterOptions"/> so that additional calls can be chained.</returns>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions