EFCore.Pluralizer icon indicating copy to clipboard operation
EFCore.Pluralizer copied to clipboard

Adds design-time pluralization to EF Core

Results 4 EFCore.Pluralizer issues
Sort by recently updated
recently updated
newest added

Does not work with EF 6. Ends with build failed.

I have a table named "releases" which scaffolds to a model called "Releas" for some reason. Looking at the dictionaries in your implementation, I see that this edge case should...

dotnet publish is resulting in this error Error: An assembly specified in the application dependencies manifest (Manager.deps.json) was not found: package: 'Bricelam.EntityFrameworkCore.Pluralizer', version: '1.0.0' path: 'lib/netstandard2.0/Bricelam.EntityFrameworkCore.Pluralizer.dll'

Hello, Brice! Im having trouble using pluralizer on NETCore 3.1 + EFCore.3.1.1 running ```Install-Package Bricelam.EntityFrameworkCore.Pluralizer``` - ok on `Scaffold-DbContext` I get this exception ```cs System.IO.FileNotFoundException: Could not load file or...