templating icon indicating copy to clipboard operation
templating copied to clipboard

Handling singular and plural forms in `dotnet new` CLI

Open vlada-shubina opened this issue 3 years ago • 2 comments
trafficstars

Currently using of singular and plural forms across dotnet new CLI:

  • sometimes singular form is used for items that may be in plural
  • sometimes plural form is used when there is only one item available
  • sometimes singular-plural form is used, e.g. template package(s)

Make the usage of language consistent. The different statements should be used for singular / plural form where needed.

vlada-shubina avatar Mar 23 '22 15:03 vlada-shubina

You could probably use https://www.nuget.org/packages/Humanizer/ to simplify some of this work.

sayedihashimi avatar Mar 23 '22 18:03 sayedihashimi

This is SDK CLI wide problem, and likely should be addressed as the whole.

vlada-shubina avatar May 18 '23 12:05 vlada-shubina