Skip to content

Minimal APIs naming cleanup #35478

Closed
@halter73

Description

@halter73

We should not use "Minimal" in any API names. We should also avoid the word "action" when defining minimal route handlers.

  1. MinimalActionEndpointRouteBuilderExtensions -> DelegateEndpointRouteBuilderExtensions
  2. MinimalActionEndpointConventionBuilder -> DelegateEndpointConventionBuilder
  3. Map(this IEndpointRouteBuilder endpoints, RoutePattern pattern, Delegate action) -> Map(this IEndpointRouteBuilder endpoints, RoutePattern pattern, Delegate handler)
  4. RequestDelegateFactory.Create(Delegate action, RequestDelegateFactoryOptions? options) -> RequestDelegateFactory.Create(Delegate handler, RequestDelegateFactoryOptions? options)

Metadata

Metadata

Assignees

Labels

api-approvedAPI was approved in API review, it can be implementedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-actionsController-like actions for endpoint routing

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions