-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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 routing
Milestone
Description
We should not use "Minimal" in any API names. We should also avoid the word "action" when defining minimal route handlers.
MinimalActionEndpointRouteBuilderExtensions->DelegateEndpointRouteBuilderExtensionsMinimalActionEndpointConventionBuilder->DelegateEndpointConventionBuilderMap(this IEndpointRouteBuilder endpoints, RoutePattern pattern, Delegate action)->Map(this IEndpointRouteBuilder endpoints, RoutePattern pattern, Delegate handler)RequestDelegateFactory.Create(Delegate action, RequestDelegateFactoryOptions? options)->RequestDelegateFactory.Create(Delegate handler, RequestDelegateFactoryOptions? options)
DamianEdwards
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 routing