templating icon indicating copy to clipboard operation
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.

Open v-elenafeng opened this issue 1 year ago • 0 comments

REPRO STEPS

  1. Install SDK 9.0 RC2
  2. Install Aspire 8.2.1
  3. Run command 'dotnet new list'

ACTUAL Some template names are not fully displayed. Image

EXPECTED The "Template Name" region is adapted to display the full name of the templates. Image

Notes

  1. This issue is not reproduced when checking the list after installing only SDK 9.0.
  2. 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.

v-elenafeng avatar Oct 11 '24 09:10 v-elenafeng