Skip to content

Check CreatedAtAction methods #61

Open
@spixy

Description

@spixy

You could check

CreatedAtAction(string actionName, object value):

  • if current controller has action actionName with no parameters (what about default parameters?)

CreatedAtAction(string actionName, object routeValues, object value):

  • if current controller has action actionName which parameters are same as in routeValues

CreatedAtAction(string actionName, string controllerName, object routeValues, object value):

  • if controllerName exists and has action actionName which parameters are same as in routeValues
  • warn that controllerName must not have suffix "Controller"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions