Important considerations when using naming conventions
mainWhen applying naming conventions to an existing project, keep the following in mind:
- Existing Databases: Adding a naming convention to a model mapped to an existing database will trigger a migration that renames all tables and columns. This process currently involves dropping and recreating primary keys. Use extreme caution.
- Database Compatibility: This plugin works with any relational database provider; it is not specific to PostgreSQL or Npgsql.
- Support: This is a community-maintained plugin and is not an official part of Entity Framework Core or supported by Microsoft.