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

Added 'FK property changed' convention and test. #244

Closed roji closed 8 months ago

roji commented 8 months ago

Replaces #215 and #149 - thanks @matheus-inacio and @asenkyr.

Fixes #148 Fixes #198