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

Closed
1 task done
ErisApps opened this issue Sep 19, 2024 · 0 comments · Fixed by #57960
Closed
1 task done

Typo in HubConnectionExtensions xml docs #57959

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

Comments

@ErisApps
Copy link
Contributor

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
@BrennanConroy BrennanConroy added this to the 10.0-preview1 milestone Sep 20, 2024
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.

2 participants