efcore / EFCore.NamingConventions

Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
Apache License 2.0
738 stars 74 forks source link

naming conventions on views name and columns #193

Closed sara82v closed 10 months ago

sara82v commented 1 year ago

Is it possible to extend the naming convention also in views? Thanks

roji commented 10 months ago

@sara82v sorry for not answering earlier.

The plugin does support views, although that's less well-tested than other usage scenarios. Since this issue is quite old, I'll go ahead and close it - but if you're hitting a problem using views, please post back with a minimal, runnable code sample and I'll do my best to investigate.