Hello everybody,
I am sorry to ask a so classical question.
In the NuGet console, I typed
Install-Package PluralizeService.Core
which was OK, in the MVC project there is also Entity Framework Core.
I go to the object explorer to know how to call that, is it a bad idea ?
I see static Humanizer.InflectorExtensions(string, bool) that returns a string
In the console I type ? Humanizer.InflectorExtensions.Pluralize("stock", 2)
That does not seem to raise an exception, but nothing is displayed on the next line in the NuGet console.
#Pluralize service
1 messages · Page 1 of 1 (latest)