[WebToolsE2E][Aspire] Run the project using 'dotnet watch', the information of Web and ApiService projects is displayed in CMD.
Closed this issue · 1 comments
v-reinawang commented
REGRESSION INFO: worked in SDK 9.0.100 + Aspire 9.0.0
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0.200-preview.0.24529.19
- Install Aspire 9.0.0
REPRO STEPS
- Open CMD, run following command to create an Aspire Starter App project
dotnet new aspire-starter -o AspireApp10
cd AspireApp10/AspireApp10.AppHost
- Use
dotnet watch
to run the project
ACTUAL
The information of Web and ApiService projects is displayed in CMD.
EXPECTED
Only AppHost project information is displayed in CMD.
davidfowl commented
dotnet watch is being rewritten to work better with aspire, work is happening in 9.0.200 SDK which is not shipping with .NET 9. This has been fixed in that branch.
You can see the work items for watch and aspire here https://github.com/dotnet/sdk/issues?q=is%3Aissue%20label%3AAspire%20