Skip to content
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

Typo in HubConnectionExtensions xml docs #57959

Open
1 task done
ErisApps opened this issue Sep 19, 2024 · 0 comments · May be fixed by #57960
Open
1 task done

Typo in HubConnectionExtensions xml docs #57959

ErisApps opened this issue Sep 19, 2024 · 0 comments · May be fixed by #57960
Labels
area-signalr Includes: SignalR clients and servers

Comments

@ErisApps
Copy link

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

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-signalr Includes: SignalR clients and servers label Sep 19, 2024
@ErisApps ErisApps linked a pull request Sep 19, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant