dotnet / aspire-samples

MIT License
744 stars 217 forks source link

[WebToolsE2E][Aspire] When running DatabaseMigrations solution, the migration project shows no longer running in dashboard. #526

Closed v-sherryfan closed 3 weeks ago

v-sherryfan commented 1 month ago

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.12 Preview 4
  3. Install Docker Desktop
  4. Install azd [1.10.3]

REPRO STEPS

  1. Clone aspire-samples repo and open DatabaseMigrations.sln
  2. F5 and go to dashboard

ACTUAL The migration project shows no longer running Image

NOTE

EXPECTED Migrations are running like any other project

DamianEdwards commented 3 weeks ago

The migrations project in that sample is a console app that runs to completion so this is expected. It runs migrations and then exits.