Skip to content

Add warning when @list is used with no paging information #7859

Open
@timotheeguerin

Description

@timotheeguerin

We do give an error if there is no @pageItems describing where the paging items are but not if there is no paging information at all like this playground

We should probably validate it has at least one of the following

  • a @nextLink (@prevLink, @firstLink and @lastLink all feel optional additions)
  • a @pageIndex
  • a @continuationToken

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions