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

Honor explicit index name #268

Open serhiiz opened 7 months ago

serhiiz commented 7 months ago

When an index is created and an explicit name is provided, the name should not be rewritten. There is also a unit test to ensure that the explicit name for a foreign key is also honored.