Skip to content

Typo in HubConnectionExtensions xml docs #57959

Closed
@ErisApps

Description

@ErisApps

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

HubConnectionExtensions partial classes xml docs reference itself

/// <summary>
/// Extension methods for <see cref="HubConnectionExtensions"/>.
/// </summary>
public static partial class HubConnectionExtensions
{
    ...
}

Expected Behavior

HubConnectionExtensions partial classes xml docs should reference HubConnection instead.

/// <summary>
/// Extension methods for <see cref="HubConnection"/>.
/// </summary>
public static partial class HubConnectionExtensions
{
    ...
}

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-signalrIncludes: SignalR clients and servers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions