dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

[WebToolsE2E][Aspire] Selecting sort [ascending/descending] for 'Start Time' column in Aspire 9.1 dashboard, the arrangement of time is incorrect. #6687

Closed vmykagapuz closed 5 days ago

vmykagapuz commented 1 week ago

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2
  2. Install VS 17.13 P2

REPRO STEPS

  1. New Project > Aspire Starter App > .NET 9.0 (Standard Term Support) > Create
  2. Build and F5

ACTUAL Selecting ascending/descending time are not sorted correctly.

Ascending Image Descending Image

EXPECTED The time should be sorted correctly based on the order selected.

vmykagapuz commented 4 days ago

Verified this issue is fixed on the latest Aspire 9.1.0-preview.1.24570.3. Thanks