Closed
Description
We should not use "Minimal" in any API names. We should also avoid the word "action" when defining minimal route handlers.
MinimalActionEndpointRouteBuilderExtensions
->DelegateEndpointRouteBuilderExtensions
MinimalActionEndpointConventionBuilder
->DelegateEndpointConventionBuilder
Map(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)