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

Adding Proper Snake Case for issue #151 #264

Open jtenos opened 7 months ago

jtenos commented 7 months ago

Issue #151 for proper snake case. This just executes the existing base lower_snake_case value and capitalizes the first letter along with the first letter following an underscore.