How to add custom table-name pluralization to dotnet ef dbcontext scaffold with IPluralizer
A table named Gas scaffolds to an entity called Ga. Replace the built-in Humanizer pluralizer with your own IPluralizer, register it through IDesignTimeServices in the startup project, and learn why TryAddSingleton silently does nothing there.