-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Review pubternal types in SignalR and make them internal or public #10169
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
Comments
@anurse Should we file a similar issue for Kestrel and all the other solutions that still have pubternal types? Or do we want this issue to track that as well? |
The first work item here is to find them and list them. |
Microsoft.AspNetCore.Http.Connections.Client.Internal (Make these internal)
Microsoft.AspNetCore.Http.Connections.Internal.Transports (Make these internal)
Microsoft.AspNetCore.SignalR.Internal (Make these internal, except...)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Internal (Make these internal)
Edit More Pubternal Types
|
Nice, let's look at this in triage |
Pubternal is so last year. Let's review SignalR pubternal types and make decisions about what we want to make public and if there's anything we want to take internal.
The text was updated successfully, but these errors were encountered: