question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`dotnet new search` output should display the template package owner

See original GitHub issue

dotnet new search output should display the template package author as a separate column together with template author. If user opts-in to show author, both columns should be shown. Package author should be shrinkable up to 15 chars.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
baronfelcommented, Mar 20, 2023

I very strongly prefer version 3! IMO the Package Owner is the data point that conveys trust, the Package Author is less interesting, especially for NuGet.org purposes (which search is limited to anyway). We can display Author information on the proposed details view.

0reactions
YuliiaKovalovacommented, Mar 20, 2023

Hi @baronfel,

Please observe a couple of options for displaying package owners:

  1. Merge template author and package owners image image

  2. Merge package name and package owners - helps to keep left side with tempate info only and the right side is populated with package-related data image

  3. @vlada-shubina suggests to remove Author at all from this search output and merge all package-related data in a single column (please take a look at added checkmark): image

Which option do you prefer?

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet new search - .NET CLI
The dotnet new search command searches for templates on NuGet.org. ... Comma-separated list of columns to display in the output.
Read more >
dotnet new <TEMPLATE> - .NET CLI
The dotnet new command creates new .NET projects based on the specified template.
Read more >
Custom templates for dotnet new - .NET CLI
To ensure that the template package appears in dotnet new search result, set the NuGet package type to Template . Install a template...
Read more >
Create a template package for dotnet new - .NET
The --output parameter creates the template for template package in AdatumCorporation.Utility.Templates subfolder and sets the .csproj filename ...
Read more >
dotnet new details - .NET CLI
The dotnet new details command displays the metadata of the template package from the package name provided.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found