Skip to content

Sorting options have no effect. #23

@johnholliday

Description

@johnholliday

The following settings appear to have no effect on the generated UI. Both tags and endpoints appear in the order as declared in the spec.

app.UseRapiDocUI(c =>
  c.GenericRapiConfig.SortTags = true;
  c.GenericRapiConfig.SortEndpointsBy = "summary" // "path" or "method" or "none"
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions