Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebToolsE2E][Aspire] Aspire 9 templates should not be installed with Aspire 8 templates. #6263

Closed
v-sherryfan opened this issue Oct 12, 2024 · 3 comments

Comments

@v-sherryfan
Copy link

REPRO STEPS

  1. Install SDK 9.0 RC2
  2. Install Aspire 9.0 template -latest version 9.0.0-rc.1.24511.1
    • Add dotnet8 feed
    • dotnet new install Aspire.ProjectTemplates::9.0.0-rc.1.24511.1 --force

ACTUAL

  • When you install the aspire 9 template, the aspire 8 template is also included.

    Image

  • Creating aspire-starter-8 project fails with following error

    Image

  • Creating aspire-starter-8 project again fails with another error

    Image

EXPECTED

Aspire 9 templates should not include Aspire 8 templates.

@davidfowl
Copy link
Member

I'm pretty sure this was an intentional change. @joperezr ?

@davidfowl davidfowl added the bug label Oct 12, 2024
@joperezr
Copy link
Member

joperezr commented Oct 12, 2024

Correct, this was intentional in order to simplify our template story. Given you don't have the workload installed, they won't be listed in dotnet new list, nor visual studio. The intent of including them is to rename their shortname, so they don't clash with aspire 9 templates in the case where you do have the workload installed.

@joperezr
Copy link
Member

Closing as this is by design. Feel free to reopen if you think we should do something different here.

@joperezr joperezr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants