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

Why does my T_Question generate a question table name? Shouldn't it be t_question? #271

Open coolqingcheng opened 5 months ago

coolqingcheng commented 5 months ago

I am using UseSnakeCaseNamingConvention

roji commented 5 months ago

Please post a minimal, runnable code sample.