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

Aspire solution templates should check for CLI host rather than VS host #3951

Closed
DamianEdwards opened this issue Apr 25, 2024 · 0 comments · Fixed by #3953
Closed

Aspire solution templates should check for CLI host rather than VS host #3951

DamianEdwards opened this issue Apr 25, 2024 · 0 comments · Fixed by #3953
Assignees
Milestone

Comments

@DamianEdwards
Copy link
Member

The Aspire solution templates currently special case the VS host and don't generate a .sln file in that case. Instead they should special case the CLI host and only generate a .sln file in this case. This will make them aligned with the Blazor solution templates and work correctly in other non-CLI hosts like VS Code C# Dev Kit.

@DamianEdwards DamianEdwards added this to the GA milestone Apr 25, 2024
@DamianEdwards DamianEdwards self-assigned this Apr 25, 2024
DamianEdwards added a commit that referenced this issue Apr 25, 2024
* Update sln templates to special-case CLI instead of VS

Fixes #3951

* Fix primary outputs
danmoseley pushed a commit that referenced this issue Apr 25, 2024
…3954)

* Update sln templates to special-case CLI instead of VS

Fixes #3951

* Fix primary outputs

---------

Co-authored-by: Damian Edwards <damian@damianedwards.com>
@github-actions github-actions bot locked and limited conversation to collaborators May 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant