efcore / EFCore.NamingConventions

Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
Apache License 2.0
759 stars 75 forks source link

Fix table naming to be inferred from DbSet property again #249

Closed roji closed 10 months ago

roji commented 10 months ago

Fixes #247