REGRESSION INFO: Works well on Aspire 13.3.5
INSTALL STEPS
- Clean machine: Win11 x64 25h2 ENU
- Install 10.0.300 SDK
- Install Aspire CLI 13.4:
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality staging"
- Add feed
REPRO STEPS
- Open CMD, create a Aspire Empty ~ C# (.NET) project and go to the project folder
aspire new aspire-empty -o Aspire01
cd Aspire01
- Open the apphost.run.json and aspire.config.json files and compare them.
ACTUAL
Some content are duplicate in the apphost.run.json and aspire.config.json files.

Note:
- In 13.3.5 aspire empty ~ C# project, the
apphost.run.json file does not exist, only the aspire.config.json file is present.

REGRESSION INFO: Works well on Aspire 13.3.5
INSTALL STEPS
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality staging"REPRO STEPS
ACTUAL

Some content are duplicate in the
apphost.run.jsonandaspire.config.jsonfiles.Note:
apphost.run.jsonfile does not exist, only theaspire.config.jsonfile is present.