NuGet/Home

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

Open

#11.615 geöffnet am 23. Feb. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (292 Forks)batch import
Area:SettingsBreaking-ChangeCategory:Quality WeekPartner:DotNetPriority:2Product:dotnet.exeType:DCRhelp wanted

Repository-Metriken

Stars
 (1.459 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 464T 23h) (1 gemergte PR in 30 T)

Beschreibung

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

Contributor Guide