Closed as not planned
Description
REPRO STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.10 Preview 1 (includes .NET SDK 8.0.200 and .NET Aspire workload 8.0 Preview 3)
- Open VS, create new solution using 'Aspire Starter Application' template, build and run using VS -- it works fine
- Close VS
- Install .NET SDK 9.0 Preview 1
- Open VS
ACTUAL
During project creation,
- The 'Aspire Starter Application' and other aspire templates don't show up in VS New project dialog anymore
- When creating a new web app or api app, the 'Enlist in Aspire' checkbox does not show up in New Project dialog
If you go to command-line and run dotnet --info
, it incorrectly shows that the 9.0 Aspire workload is installed, even though I didn't run any commands to install the 9.0 Aspire workload.
EXPECTED
During project creation,
- VS should continue to show the 8.0 Aspire templates
- When creating a new web app or api app, the 'Enlist in Aspire' checkbox should show up in New Project dialog