Skip to content

[WebToolsE2E][Aspire] The attribute value column in the resource table does not support sorting yet. #6008

@v-sherryfan

Description

REGRESSION INFO: This is a new feature added in Aspire 9.0 RC1

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 8.0.402
  3. Install Aspire 9.0 RC1 [9.0.0-preview.4.24478.1]

REPRO STEPS

  1. Open CMD, run following command to create an Aspire Starter App project
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
  1. Dotnet run the project in CMD, and open URL in the browser.
    dotnet run
  2. Go to Resources page, click a resource. The attribute value column in the resource table does not support sorting.

ACTUAL
In the Resource table, the Value column does not support sorting.
image

EXPECTED
Should have the same appearance and functionality as the endpoint and environment variables tables.
image

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions