-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Rename "DelegateEndpoint" types #36553
Copy link
Copy link
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-actionsController-like actions for endpoint routingController-like actions for endpoint routingold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-actionsController-like actions for endpoint routingController-like actions for endpoint routingold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Given that the options type related to the
Map(string, Delegate)-style methods is namedRouteHandlerOptions, we should make the following more consistent.DelegateEndpointConventionBuilder->RouteHandlerBuilderOpenApiDelegateEndpointConventionBuilderExtensions->OpenApiRouteHandlerBuilderExtensionsDelegateEndpointRouteBuilderExtensionsmerges with the existingEndpointRouteBuilderExtensions.Basically, this changes
DelegateEndpointtoRouteHandlerand removesConventionin the class names.