-
Notifications
You must be signed in to change notification settings - Fork 752
Open
Open
Copy link
Labels
area-orchestrator‼️regression-from-last-releaseThis used to work in an earlier version of Aspire and we broke it!This used to work in an earlier version of Aspire and we broke it!
Milestone
Description
REGRESSION INFO: Also repro in Aspire 13.0.2
INSTALL STEPS
- Clean machine: Linux Ubuntu 22.04.2
- Install SDK 10.0.101
- Install Aspire.ProjectTemplate:
dotnet new install [email protected] --force
REPRO STEPS
- Open a normal Command Prompt
- Use the following command to create an Aspire Starter App project
dotnet new aspire-starter -o AspireStarterApp - Go to AspireStarterApp.AppHost project:
cd AspireStarterApp/AspireStarterApp.AppHost - Run the project:
dotnet run - Open the Dashboard URL in browser
- View the "Start time" column on the "Resources" page
NOTE:
- This issue does not repro on windows machine.
- This issue does not repro in the "Timestamp" column on the Structured and Traces page.
- This issue also repro on Aspire Python Starter project.
ACTUAL
The Start Time is incorrect.

RESULT
Metadata
Metadata
Assignees
Labels
area-orchestrator‼️regression-from-last-releaseThis used to work in an earlier version of Aspire and we broke it!This used to work in an earlier version of Aspire and we broke it!