NuGet/Home

dotnet nuget list source --format option need to be renamed

Open

#11.615 aberto em 23 de fev. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (292 forks)batch import
Area:SettingsBreaking-ChangeCategory:Quality WeekPartner:DotNetPriority:2Product:dotnet.exeType:DCRhelp wanted

Métricas do repositório

Stars
 (1.459 stars)
Métricas de merge de PR
 (Mesclagem média 464d 23h) (1 fundiu PR em 30d)

Description

Follow up on comment. Considering --format (such as --format json) option expected to become a thing across more SDK commands we need to revisit dotnet nuget list source --format. It has following option values.

  • Detailed
  • Short

So in the future we should look towards having a different way to get the detailed/short forms of dotnet nuget list source if those different forms are useful.

Considering github is not good at tracking comments I include screenshot too. image

Guia do colaborador