[AspireE2E] Using the Aspire Starter App template, the "Distributed application started. Press Ctrl + C to shutdown " is missing when running the project using "dotnet new" command.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**REGRESSION INFO**
This issue also reproduced on Aspire 9.2.1
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 9.0.300
3. Add the dotnet9 feed for 9.3.0-preview.1
4. Install the latest Aspire 9.3.0-preview.1 templates
`dotnet new install Aspire.ProjectTemplates::9.3.0-preview.1.25262.21 `
**NOTE**
1. This issue does not reproduce on other Aspire Templates.
**REPRO STEP**
1. Create an Aspire Starter App using command:
```
dotnet new aspire-starter -o aspire
cd aspire
cd aspire.apphost
```
2. Run the project using command below:
`dotnet run`
**ACTUAL**
The "Distributed application started. Press Ctrl + C to shutdown " is missing.

If you try to check the Aspire Dashboard and click start/stop buttons and go to the CMD and press ctrl + C, this error will display.

**EXPECTED**
When running the project the "Distributed application starter.Press Ctrl + C to shutdown" should display immediately.

Contributor guide
Assessment
This issue has not been assessed yet.