Closed MisinformedDNA closed 1 year ago
Have you tried making the whole word uncountable via the config file?
Are you referring to the efpt.renaming.json file? That got generated properly per the repro steps.
Our are you saying there is a way to mark AnimalSpecies as an uncountable?
Our are you saying there is a way to mark AnimalSpecies as an uncountable?
Yes: https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering#pluralization
Perfect.
AnimalSpecies is renamed to AnimalSpecy.
Provide steps to reproduce
t_AnimalSpecies
AnimalSpecies
EXPECTED: Creates the type
AnimalSpecies
ACTUAL: Creates the type
AnimalSpecy
I've tried with and without the EF6 pluralizer.
I've also tried with a regex to rename the table, but also no help.
Humanizer does make species an uncountable.
Provide technical details
EF Core version in use: EF Core 6
Is Handlebars used: no
Is T4 used: no
Is .dacpac used: no
EF Core Power Tools version: 2.5.1219.0
Database engine: SQL Server
Visual Studio version: Visual Studio 2022