[WebToolsE2E][Aspire] When publishing the Aspire project in ACA, there is a 'stdout F' in the Resources section of the Console logs.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**REGRESSION INFO**
1. Also reproduces in aspire 9.0.0
**NOTES**
1. This issue did not occur in the previous ACA dashboard, so we want to confirm if this is an expected change
**REPRO STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 9.0.200
3. Install Aspire 9.1.0
-Apply Feed
4. Install latest released azd
**REPRO STEPS**
1. Open CMD and create Aspire Starter App
`dotnet new aspire-starter -o Aspire1`
2. Publish the project
```
azd init
azd up
```
3. Open the url link and navigate to Aspire Dashboard > Console logs > Select Apiservice/Webfrontend
**ACTUAL**
There is an additional 'stdout F' string in the log information of the Resources in the Console logs.

**EXPECTED**
1. There should be no "stdout F" string in the log information.
Contributor guide
Assessment
This issue has not been assessed yet.