Simplify `aspire new` starter template test framework options
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Creatign the star
But it then asks you what test framework you want, with "None" being an option
If "None" is a valid option for test framework, the `Do you want to create a test project?` option is completely redundant. It could prompt immediately for `Select a test framework`, with `None` being an acceptable option
### Describe the solution you'd like
Remove the `Do you want to create a test project?` prompt, and always prompt for `Select a test framework`, perhaps with `None` being the first option.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.