efcore / EFCore.NamingConventions

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

Properly rewrite the names of indexes in non-TPH hierarchies #245

Closed roji closed 8 months ago

roji commented 8 months ago

See https://github.com/efcore/EFCore.NamingConventions/issues/185#issuecomment-1876016568

roji commented 8 months ago

Duplicate of #154