-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Remove pubternal types from Kestrel #8306
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-kestrel
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-kestrel
Type
Fields
Give feedbackNo fields configured for issues without a type.
MVC recently made all pubinternal types in MVC internal via #4932. As a reminder,
pubinternaltypes are types that are declared as public but put in an .Internal namespace.In ASP.NET Core 3.0, we should do the same in Kestrel, specifically for the Microsoft.AspNetCore.Server.Kestrel.Core.Internal namespace. Reference assemblies will also show any pubinternal changes.
cc @muratg @halter73 @Tratcher