templating
templating copied to clipboard
[WebToolsE2E] After installing the .NET workload (Aspire/Maui), some template names are not fully displayed when running 'dotnet new list' in the CLI.
REPRO STEPS
- Install SDK 9.0 RC2
- Install Aspire 8.2.1
- Run command 'dotnet new list'
ACTUAL
Some template names are not fully displayed.
EXPECTED
The "Template Name" region is adapted to display the full name of the templates.
Notes
- This issue is not reproduced when checking the list after installing only SDK 9.0.
- After reproducing this issue, I executed 'dotnet new list' again in the same cmd and the formatting became correct, but it appears every time I open a new command prompt.